from Hacker News

What is your favourite tool to (geo) map thing?

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

    I recently came across Datasette. It lets you a build a map with a simple sqlite DB. Here is an example: https://global-power-plants.datasettes.com/global-power-plan...
  • 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.