I have a leaflet map which loads customer mapbox tilelayers. These tile layers have different properties and what I want is to be able to load a pop up when clicking on a specific tile. Is this possible?
I was able to get this to work using a straight GeoJSON but the files got too large for this to be economical and would cause browsers to crash. I have also tired to use geojson-vt but cannot get this to work.
If anyone has any other ideas as well apart from using Tiles I would love to hear them.
Our website these layers and maps are on is huntingspots.co.nz.
Thanks for you time.
Parriehunter
code
L.tileLayer('mapbox').addTo(tracksLayer);code
– parriehunter