From b4c4b131ad171c4885dcce397ff17c2ad9683b60 Mon Sep 17 00:00:00 2001 From: Inan Hira Date: Tue, 23 Dec 2025 08:32:45 +0000 Subject: [PATCH] Update OSM tile server URL scheme and links This change updates the tile server URLs to use the new recommended tile server URL scheme. It also updates some links to the OSM website, to use https protocol. --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index e703ec0..d6bfa04 100644 --- a/config.py +++ b/config.py @@ -19,7 +19,7 @@ class UserConfig: # Tile Layers that can used in map view TILE_LAYERS = { "Normal": TileLayer( - "https://{s}.tile.osm.org/{z}/{x}/{y}.png", + "https://tile.openstreetmap.org/{z}/{x}/{y}.png", "OpenStreetMap", ), "Cycle": TileLayer(