From 8a9fa18dae0f4337c47ec1551589d5b057ab91f3 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 13 Jul 2024 20:06:06 +0200 Subject: [PATCH] fixed the maps docs linking to a local `openmaptiles.json` instead of the one one nav.tum.de --- map/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/README.md b/map/README.md index fefeb3bf6..90fd2b16b 100644 --- a/map/README.md +++ b/map/README.md @@ -86,7 +86,7 @@ You can use it to edit the style and see the changes live. "openmaptiles": { "type": "vector", - "url": "mbtiles://output.mbtiles" -+ "url": "http://localhost:7770/data/openmaptiles.json" ++ "url": "https://nav.tum.de/maps/data/openmaptiles.json" }, ```