Skip to content
Snippets Groups Projects
Commit 13a102ee authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

replace target files completely

parent 89b85120
No related branches found
No related tags found
No related merge requests found
Pipeline #9834 passed
......@@ -13,7 +13,7 @@ update_deployment:
stage: update_deployment
before_script:
- mkdir -p $CODE_DIR
- cp -r ./ ${CODE_DIR}/tileserver/
- cp -rT ./ ${CODE_DIR}/tileserver/
- cd ${CODE_DIR}/tileserver
- chown -R 1000:1000 ${CODE_DIR}
- docker build --build-arg=SPREET_RELEASE=${SPREET_RELEASE} ./build/sprites -t spreet:${SPREET_RELEASE}
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment