Hi, why I can´t get any data from this api: http://api06.dev.openstreetmap.org/api/0.6/map?bbox=7.1,47.5,7.8,48.1 asked 27 May '16, 14:14 OuedraogoMichel aseerel4c26 ♦ |
The message you get back from that is "The maximum bbox size is 0.25, and your request was too large. Either request a smaller area, or use planet.osm". Which part of that response do you need help with - what the units of "maximum bbox size" are, why there's a limit on size at all, or what planet.osm is? Actually, there's not a whole amount of data there at all. You're using the dev api, and looking at http://api06.dev.openstreetmap.org/#map=11/47.6138/7.6441&layers=D you can see there are only a couple of ways potentially within that bbox at all (even if the dev API didn't have a maximum bbox size the same as the live API). answered 27 May '16, 14:24 SomeoneElse ♦ how can I get an planet api? I Need to get a flexible api where I can can give a minlat, maxlat, minlng and maxlng. Thanks
(27 May '16, 14:31)
OuedraogoMichel
I need in my Project to produce some data from OSM where I can give the Parameter of the latitude and longitude. Further I have to get the properties of the street like Bridge tunnel etc... Thanks
(27 May '16, 14:51)
OuedraogoMichel
1
Have a look at http://wiki.openstreetmap.org/wiki/Overpass_API .
(27 May '16, 14:57)
SomeoneElse ♦
|