]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/config.defaults.js
Dont use subdomains for tile.osm.org
[nominatim-ui.git] / dist / config.defaults.js
index abda5aeb030ce052d45fd76eec360eb4bbe1f439..5b6a945337ec8c9b12bd7d84af48acbeb6f961f8 100644 (file)
@@ -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: '<a href="https://osm.org/copyright">OpenStreetMap contributors</a>'