by No_CQRT on 10/25/21, 9:14 AM with 5 comments
Need to develop a simple site with mapped things, easy to mantain and update
by jamil7 on 10/25/21, 7:38 PM
If you need to render quite a lot of data look at one of the WebGL implementations, I switched from Leaflet to Maplibre GL for displaying around ~7k linestrings and saw huge performance gains.
by jstx1 on 10/25/21, 11:16 AM
Leaflet.js (I've used it through the R and Python libraries)
by sandyshankar on 10/26/21, 1:30 PM
by mapster on 10/26/21, 4:01 PM
Mapbox since they create and host tilesets of my large data and I can spin up a map in minutes.