You are not logged in.
Pages: 1
Hello
I am trying to call api for map info:
http://api.openstreetmap.org/api/0.6/ma … ,28.823786
It return no errors, but xml is empty.
How can I found the reason?
thanks
Offline
No the document is not empty. The content is:
<?xml version="1.0" encoding="UTF-8"?>
-<osm generator="CGImap 0.0.2" version="0.6"> <bounds maxlon="47.0255880" maxlat="28.8237860" minlon="47.0225880" minlat="28.8207860"/> </osm>
You will not get nodes, ways or relations as you did not define an area. Your maxlat==minlat and maxlon=minlon, so you defined a point.
Offline
Pages: 1