From 0d4659c2ba7cccdaf7e326f5ac0695c12ce5c647 Mon Sep 17 00:00:00 2001 From: Avii Date: Mon, 16 Mar 2026 00:00:54 +0100 Subject: [PATCH] Update url --- html_ui/InGamePanels/CustomPanel/CustomPanel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html_ui/InGamePanels/CustomPanel/CustomPanel.html b/html_ui/InGamePanels/CustomPanel/CustomPanel.html index 1a71971..3364bfa 100644 --- a/html_ui/InGamePanels/CustomPanel/CustomPanel.html +++ b/html_ui/InGamePanels/CustomPanel/CustomPanel.html @@ -122,7 +122,7 @@ var osm = new ol.layer.Tile({ source: new ol.source.XYZ({ - url: 'https://tile.osmand.net/hd/{z}/{x}/{y}.png', + url: 'https://osm.avii.nl/{z}/{x}/{y}.png', crossOrigin: null, tileSize: 1024, attributions: ol.source.OSM.ATTRIBUTION,