You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using the OSM library for fetching results for range of range co-ordinates. The library works well though but the unable to fetch latitude and longitude co-ordinates from the filter query.
var lastfiltered = from osmGeo in source
where osmGeo.Type == OsmSharp.OsmGeoType.Node &&
Hi Team,
I have been using the OSM library for fetching results for range of range co-ordinates. The library works well though but the unable to fetch latitude and longitude co-ordinates from the filter query.
var lastfiltered = from osmGeo in source
where osmGeo.Type == OsmSharp.OsmGeoType.Node &&
var complete = filtered.ToComplete();
The osmGeo abstract class does not have a defnition of longtitudes and latitudes.How to resolve this
public abstract class OsmGeo
{
protected OsmGeo();
The text was updated successfully, but these errors were encountered: