From: marc tobias Date: Mon, 26 Sep 2022 16:34:06 +0000 (+0200) Subject: Dont use subdomains for tile.osm.org X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/9c4bf1088c2f39fcba92518f6e1b3898bbfbb063 Dont use subdomains for tile.osm.org --- diff --git a/dist/config.defaults.js b/dist/config.defaults.js index abda5ae..5b6a945 100644 --- a/dist/config.defaults.js +++ b/dist/config.defaults.js @@ -35,8 +35,8 @@ let Nominatim_Config = { Map_Default_Zoom: 2, // For what {x}, {y} etc stand for see - // https://leafletjs.com/reference-1.6.0.html#tilelayer - Map_Tile_URL: 'https://{s}.tile.osm.org/{z}/{x}/{y}.png', + // https://leafletjs.com/reference-1.9.1.html#tilelayer + Map_Tile_URL: 'https://tile.osm.org/{z}/{x}/{y}.png', // Can be text or HTML. To hide set to '' Map_Tile_Attribution: 'OpenStreetMap contributors'