Back
Question
Good JS map libraries apart from LeafletJS?
Is LeafletJS project dead?
What map libraries do you use?
I need something free to use with Open Street Maps for my cafes project. I don’t want to use Mapbox.
Any recommendations???
What map libraries do you use?
I need something free to use with Open Street Maps for my cafes project. I don’t want to use Mapbox.
Any recommendations???
👋 Join WIP to participate
The stack I've used before:
React app using
react-map-gl
, set up to usemaplibre
. Then use the protomaps assets so you don't need to use a paid service, e.g. Mapbox.@levelsio has some decent tweets on self-hosting something similar to this.
Thanks! Looks interesting - especially Maplibre. React-mp-gl unfortunately looks dead. I will have to dig those Levelsio posts. Those were related to his hotels project?