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,