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

Nominatim multiple resquest

0

Hello,

I have a query that is made several searches for lat and lot, and polygon. Mark the hospital on the map, and the neighborhoods that it serves patients. I get block ip. I can do it in a single ajax call, get all lat and lon points from patients, and another/one for different areas polygon?

asked 30 Apr '20, 19:32

Alecys's gravatar image

Alecys
21112
accept rate: 0%


One Answer:

0

You should share your queries, it's really hard to guess what you are actually doing !

But I don't think you can bypass nominatim's limits by aggregating the requests.

Next step would be to host your own nominatim instance, pay for one, or try to find one with limits that suit your needs.

answered 30 Apr '20, 19:43

H_mlet's gravatar image

H_mlet
5.4k1781
accept rate: 13%

Source code available on GitHub .