From a97af92c67aaf1a71e80a4a801d0f4c1da5b83e4 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Mon, 26 Sep 2022 18:37:11 +0200 Subject: [PATCH] Dont use subdomains for tile.openstreetmap.org --- dist/config.defaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/config.defaults.js b/dist/config.defaults.js index 5b6a945..fa0556c 100644 --- a/dist/config.defaults.js +++ b/dist/config.defaults.js @@ -36,7 +36,7 @@ let Nominatim_Config = { // For what {x}, {y} etc stand for see // https://leafletjs.com/reference-1.9.1.html#tilelayer - Map_Tile_URL: 'https://tile.osm.org/{z}/{x}/{y}.png', + Map_Tile_URL: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png', // Can be text or HTML. To hide set to '' Map_Tile_Attribution: 'OpenStreetMap contributors' -- 2.39.5