This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

how get my api data?

0

asked 27 May '16, 14:14

OuedraogoMichel's gravatar image

OuedraogoMichel
14556
accept rate: 0%

edited 27 May '16, 20:54

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

2

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's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

edited 27 May '16, 14:30

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
(27 May '16, 14:57) SomeoneElse ♦

Source code available on GitHub .