Tagged Questions
1
vote
1answer
114 views
I'm trying to zoom to a graphic, but nothing happens
I'm trying to zoom to a graphic retuned from the query;
query.OutSpatialReference = MyMap.SpatialReference;
query.ReturnGeometry = true;
After this query I used ...
2
votes
1answer
201 views
How to query OSM tags by polygon?
I do not know whether something like this is possible but nonetheless.
If I understand OSM correctly all objects essentially have associated tags based
on type of object (street, building etc) ...
...
