We're programming an app for Windows Phone 7, and we're using Open Street Map (OSM) as our data source. We're using this URI: http://api.openstreetmap.org/api/0.6/map?bbox=32.0846,034.8415,32.3846,035 and we're filling in coordinates according to the current position of the app's user. The data we receive is : "nodes", "way", and "relation". this is our question:
|
First, unless you are writing the OSM editor, that is not correct usage of 0.6 API . See that page for more info on alternatives (like running your own or third party server, or switching to XAPI or Overpass. There are usage examples there, and you get your node tags too. For example, sending Overpass query
returns (among other things)
answered 07 Sep '13, 18:12 Matija Nalis 2
@Matija Nalis From memory I think that it's the preview of XML here that's broken, not the eventual display.
(07 Sep '13, 21:19)
SomeoneElse ♦
|