From 9c4bf1088c2f39fcba92518f6e1b3898bbfbb063 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Mon, 26 Sep 2022 18:34:06 +0200 Subject: [PATCH] Dont use subdomains for tile.osm.org --- dist/config.defaults.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' -- 2.45.1