From: marc tobias Date: Mon, 26 Sep 2022 16:37:11 +0000 (+0200) Subject: Dont use subdomains for tile.openstreetmap.org X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/a97af92c67aaf1a71e80a4a801d0f4c1da5b83e4 Dont use subdomains for tile.openstreetmap.org --- 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'