diff --git a/frontend/src/mapstyles/bright.json b/frontend/src/mapstyles/bright.json index 2975e34..5c6d16d 100644 --- a/frontend/src/mapstyles/bright.json +++ b/frontend/src/mapstyles/bright.json @@ -8,13 +8,13 @@ "sources": { "openmaptiles": { "type": "vector", - "tiles": ["https://portal.openbikesensor.org/tiles/data/basemap/{z}/{x}/{y}.pbf"], + "tiles": ["https://portal.openbikesensor.org/basemap/data/basemap/{z}/{x}/{y}.pbf"], "minzoom": 0, "maxzoom": 14 } }, "sprite": "https://openmaptiles.github.io/osm-bright-gl-style/sprite", - "glyphs": "https://portal.openbikesensor.org/tiles/fonts/{fontstack}/{range}.pbf?key={key}", + "glyphs": "https://portal.openbikesensor.org/basemap/fonts/{fontstack}/{range}.pbf?key={key}", "layers": [ { "id": "background", diff --git a/frontend/src/mapstyles/positron.json b/frontend/src/mapstyles/positron.json index 6d3b9b0..dba42c3 100644 --- a/frontend/src/mapstyles/positron.json +++ b/frontend/src/mapstyles/positron.json @@ -4,13 +4,13 @@ "sources": { "openmaptiles": { "type": "vector", - "tiles": ["https://portal.openbikesensor.org/tiles/data/basemap/{z}/{x}/{y}.pbf"], + "tiles": ["https://portal.openbikesensor.org/basemap/data/basemap/{z}/{x}/{y}.pbf"], "minzoom": 0, "maxzoom": 14 } }, "sprite": "https://openmaptiles.github.io/osm-bright-gl-style/sprite", - "glyphs": "https://portal.openbikesensor.org/tiles/fonts/{fontstack}/{range}.pbf?key={key}", + "glyphs": "https://portal.openbikesensor.org/basemap/fonts/{fontstack}/{range}.pbf?key={key}", "layers": [ { "id": "background",