Hello Community,
I’m currently using the built-in map component (mapbox) in one of my projects.
The coordinates for the pins are loaded in the format of latitude,longitude and work fine.
My issue is that although the database contains over 7,000 different locations, the map shows less pins.
If I search for a certain pin via the search bar with any piece of info tied to it (name, coordinates etc.), the pin loads normally.
My guess is it’s due to the database size. My database is a Google Sheets sheet linked with Glide.
Any ideas on how to handle this?
Which rows does the map prioritize and what is the limit?
I already searched in the community and found similar topics, but not this specifically.
Thanks a ton!