Hello, I have simple problem: I am using Nominatim to get the list of pharmacies in London. I always get 50 results, regardless of what I set to limit. Any ideas what I do wrong? I using such javascript code:
Thanks! |
Maximum 50 results is a hardcoded limit in the Nominatim logic for For a list of POIs considering using the http://overpass-turbo.eu/ tool. |