Customizable, modular, free and open-source environment for decentralized, distributed communication and collaboration without third-party dependencies.
100% self-hosted OpenStreetMap tile server using maptiler/tileserver-gl. The provided styles stem from openmaptiles/osm-bright-gl-style, openmaptiles/maptiler-toner-gl-style, and openmaptiles/maptiler-basic-gl-style respectively; we only modified them to load all resources from local files instead of publicly hosted CDNs.
This repository is only providing the structure for running the tile server. It assumes that you have placed a planet.mbtiles
file in the root directory of the project. If you want to know more about generating such a file (or smaller variants that only include certain parts of the planet) check out the onthegomap/planetiler repository.
- Place
planet.mbtiles
in the project root - Run
npm i && node ./fonts/generate.js
to generate the necessary.pbf
files for all fonts referenced in the provided styles - Run
docker-compose up
to start the tile server on port 8081