Map of the world
This map is fully self-hosted including the tileserver, javascript, and styles.
- MapLibre GL JS for the browser frontend rendering
- TileServer GL for serving the map data to the browser TileServer GL is also capable of rendering (server side) the vector data in to raster tiles for clients that can't render itself or use MapLibre GL JS to render
- mbtileserver which can also serve map data to the browser
- tilemaker which takes in the .osm.pbf files from OpenStreetMap and renders to .mbtiles or .pmtiles that a tileserver can then serve
- OpenStreetMap which is the ultimate data source for the map data itself.