From 83676d3401c9b88ed3d2c0b7f8e48aa80e215668 Mon Sep 17 00:00:00 2001 From: danieldegroot2 <67521919+danieldegroot2@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:54:10 +0200 Subject: [PATCH] Use preferred tile.openstreetmap.org URL --- web/map_style/style.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/map_style/style.json b/web/map_style/style.json index 4e51beb..8eade78 100644 --- a/web/map_style/style.json +++ b/web/map_style/style.json @@ -9,9 +9,7 @@ "raster-tiles": { "type": "raster", "tiles": [ - "https://a.tile.openstreetmap.org/{z}/{x}/{y}.png", - "https://b.tile.openstreetmap.org/{z}/{x}/{y}.png", - "https://c.tile.openstreetmap.org/{z}/{x}/{y}.png" + "https://tile.openstreetmap.org/{z}/{x}/{y}.png" ], "tileSize": 256, "maxzoom": 19,