@@ -6,6 +6,11 @@ The Tileserver used by MetaGer Maps is based on [maptiler](https://github.com/ma
A scheduled pipeline will take our daily updated `planet.osm.pbf` file and generate a planet.mbtiles used by out tileserver.
## Run Maputnik to edit the styles
1.`docker run -it --rm -p 8888:80 ghcr.io/maplibre/maputnik:main`
2. Open -> Import from URL -> `https://tileserver.maps.metager.de/styles/osm-dark/style.json`
## Compile SVGs of style to sprite
We are using [spreet](https://github.com/flother/spreet) to compile the map icons into a spritesheet. Currently we are using [Maki Icons](https://labs.mapbox.com/maki-icons/editor/) as a base which we will extend by our custom icons.