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

Notes API: Maximum size of a bbox?

0

Hello,

I want to write a small script using the Notes API. I want to limit the size of a Bounding Box that a user can choose. So if I try big requests OSM Servers are repsonding:

[400] The maximum bbox size is 25, and your request was too large. Either request a smaller area, or use planet.osm

What does 25 mean? 25 square kilometers?

Thanks in advance!

asked 11 Aug '14, 15:47

kerosin's gravatar image

kerosin
411131627
accept rate: 0%


One Answer:

3

According to the comments in the example configuration, 25 square degrees

answered 11 Aug '14, 16:27

EdLoach's gravatar image

EdLoach ♦
19.5k16156280
accept rate: 22%

Source code available on GitHub .