I am trying to visualize spatial data using Leaflet. As I understand, this works via the OpenStreetMap API.
The data I have contains over 20k addresses.
I searched the Leaflet documentation but could not find an answer to the following question:
Is there any rate limit in terms of haw many addresses can be geocoded or plotted? (referring to OpenStreetMaps)? If so, what are the rate limits and how would you deal with the issue?
Many thanks in advance.