From 92e3de87dbd47db61da2749b94541e46684b1a61 Mon Sep 17 00:00:00 2001 From: Dimitar <19364673+Dimitar5555@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:58:15 +0300 Subject: [PATCH] Use preferred tile.openstreetmap.org URL For reference: https://github.com/openstreetmap/operations/issues/737 --- umap/tests/integration/test_tilelayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/tests/integration/test_tilelayer.py b/umap/tests/integration/test_tilelayer.py index 53e1b606..3a99e527 100644 --- a/umap/tests/integration/test_tilelayer.py +++ b/umap/tests/integration/test_tilelayer.py @@ -16,7 +16,7 @@ def tilelayers(): TileLayerFactory( rank=1, name="OpenStreetMap", - url_template="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", + url_template="https://tile.openstreetmap.org/{z}/{x}/{y}.png", ) TileLayerFactory( rank=2,