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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
Even we use a filter like;
"var filterNode = OsmSharp.Osm.Filters.Filter.Type(OsmSharp.Osm.OsmGeoType.Node);"
this guy;
"public override IList Get(GeoCoordinateBox box, Filter filter)"
queries all ways and relations in here ;
"res.AddRange(this.GetWaysFor(nodeIds));"
and then filters it in here;
" if (filter != null)...."
Same for other "DataSourceReadOnlyBase" implementations.
The text was updated successfully, but these errors were encountered: