From 16078d974c6096f01303fa734692a4a8b565b487 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 29 Oct 2024 14:36:36 +0100 Subject: [PATCH] made sure that the map editing docs have where the style is located --- map/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/map/README.md b/map/README.md index 7a78679e6..a681b75cb 100644 --- a/map/README.md +++ b/map/README.md @@ -89,6 +89,12 @@ To run maputnik, you can either docker run -it --rm --pull always -p 8888:8888 maputnik/editor:latest ``` +Our style can be found here and can either be loaded from the url in maputnik or uploaded into maputnik manually: +``` +https://github.com/TUM-Dev/NavigaTUM/raw/refs/heads/main/map/styles/navigatum-basemap.json +``` + + | Step 1 | Step 2 | |------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| | ![Where in Maputnik to click to import a style](/resources/documentation/maputnik-import1.png) | ![Where in Maputnik to click then to import a style](/resources/documentation/maputnik-import2.png) |