diff --git a/Nasal/canvas/map/VFRChart.lcontroller b/Nasal/canvas/map/VFRChart.lcontroller index 5a29a7dd6..21b835e59 100644 --- a/Nasal/canvas/map/VFRChart.lcontroller +++ b/Nasal/canvas/map/VFRChart.lcontroller @@ -34,7 +34,7 @@ var new = func(layer) { min_lon : -179, max_lon: -60 }, { name: 'DE', - url : 'https://secais.dfs.de/static-maps/ICAO500-2015-EUR-Reprojected_07/tiles/{z}/{x}/{y}.png', + url : 'https://secais.dfs.de/static-maps/icao500/tiles/{z}/{x}/{y}.png', path : layer.maps_base ~ '/secais/{z}/{x}/{y}.png', min_zoom : 5, max_zoom : 15, min_lat : 46, max_lat : 55.1, diff --git a/Phi/map/index-2.0.html b/Phi/map/index-2.0.html index c99d901e2..cade12d58 100644 --- a/Phi/map/index-2.0.html +++ b/Phi/map/index-2.0.html @@ -174,7 +174,7 @@ html,body { "dfs.de VFR" : new L.TileLayer( - 'https://secais.dfs.de/static-maps/ICAO500-2014-DACH-Reprojected_01/tiles/{z}/{x}/{y}.png', + 'https://secais.dfs.de/static-maps/icao500/tiles/{z}/{x}/{y}.png', { minZoom : 5, maxZoom : 15, @@ -183,7 +183,7 @@ html,body { }), "Lower Airspace (Germany)" : new L.TileLayer( - 'https://secais.dfs.de/static-maps/lower_20131114/tiles/{z}/{x}/{y}.png', + 'https://secais.dfs.de/static-maps/lower/tiles/{z}/{x}/{y}.png', { minZoom : 5, maxZoom : 15, diff --git a/Phi/map/index-old.html b/Phi/map/index-old.html index 243961be6..621bf86e2 100644 --- a/Phi/map/index-old.html +++ b/Phi/map/index-old.html @@ -539,7 +539,7 @@ html,body,#map { "dfs.de VFR" : new L.TileLayer( - 'https://secais.dfs.de/static-maps/ICAO500-2014-DACH-Reprojected_01/tiles/{z}/{x}/{y}.png', + 'https://secais.dfs.de/static-maps/icao500/tiles/{z}/{x}/{y}.png', { minZoom : 5, maxZoom : 15, @@ -548,7 +548,7 @@ html,body,#map { }), "Lower Airspace (Germany)" : new L.TileLayer( - 'https://secais.dfs.de/static-maps/lower_20131114/tiles/{z}/{x}/{y}.png', + 'https://secais.dfs.de/static-maps/lower/tiles/{z}/{x}/{y}.png', { minZoom : 5, maxZoom : 15, diff --git a/Phi/topics/Map.js b/Phi/topics/Map.js index 8d79652e0..65850a903 100644 --- a/Phi/topics/Map.js +++ b/Phi/topics/Map.js @@ -172,14 +172,14 @@ define([ }), "Germany VFR" : new L.TileLayer( - 'https://secais.dfs.de/static-maps/ICAO500-2015-EUR-Reprojected_07/tiles/{z}/{x}/{y}.png', { + 'https://secais.dfs.de/static-maps/icao500/tiles/{z}/{x}/{y}.png', { minZoom : 5, maxZoom : 15, attribution : '© DFS', bounds : L.latLngBounds(L.latLng(46.0, 5.0), L.latLng(55.1, 16.5)), }), - "Germany Lower Airspace" : new L.TileLayer('https://secais.dfs.de/static-maps/lower_20131114/tiles/{z}/{x}/{y}.png', + "Germany Lower Airspace" : new L.TileLayer('https://secais.dfs.de/static-maps/lower/tiles/{z}/{x}/{y}.png', { minZoom : 5, maxZoom : 15,