From 26de435ff183332c670c64c270f0fbf45aeaac1b Mon Sep 17 00:00:00 2001 From: Andriy Oblivantsev Date: Mon, 2 Mar 2026 22:06:55 +0000 Subject: [PATCH] Fix MapLibre glyph source to OpenMapTiles fonts. Switch OSM Liberty glyph URL template to fonts.openmaptiles.org so Roboto glyph ranges resolve without 404 errors in the demo. Made-with: Cursor --- web/osm-liberty-gl-style/style.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/osm-liberty-gl-style/style.json b/web/osm-liberty-gl-style/style.json index 69e473b..bab7197 100644 --- a/web/osm-liberty-gl-style/style.json +++ b/web/osm-liberty-gl-style/style.json @@ -36,7 +36,7 @@ } }, "sprite": "./sprites/osm-liberty", - "glyphs": "https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf", + "glyphs": "https://fonts.openmaptiles.org/{fontstack}/{range}.pbf", "layers": [ { "id": "background",