From bf4aa4866f5be01576a2064751e060697acc12b4 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 14 Jul 2024 19:39:55 +0200 Subject: [PATCH] updated the documention to reflect the use of martin for glyphs --- map/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/map/README.md b/map/README.md index 7b2862fd8..68d914010 100644 --- a/map/README.md +++ b/map/README.md @@ -93,10 +93,8 @@ You can use it to edit the style and see the changes live. ```diff }, - "sprite": "{style}", -- "glyphs": "{fontstack}/{range}.pbf", + "sprite": "https://nav.tum.de/maps/styles/osm-liberty/sprite", -+ "glyphs": "https://nav.tum.de/maps/fonts/{fontstack}/{range}.pbf", - "layers": [ + "glyphs": "https://nav.tum.de/tiles/font/{fontstack}/{range}", ``` To edit the style you thus need to run maputnik and tileserver-gl at the same time.