Im working on a Wordpress website with mapbox map, creating a store-locator. I have 200000+ records of locations and I have to draw layers on the map showing markers.
Using mapbox, I need a GEOJSON file, but with 200000+ records Im wondering if its clever to store it as a .json file on the wordpress backend, and work from there.