Update German map tile URLs
This commit is contained in:
parent
724fad6701
commit
9e9c0252f7
4 changed files with 7 additions and 7 deletions
|
@ -34,7 +34,7 @@ var new = func(layer) {
|
||||||
min_lon : -179, max_lon: -60
|
min_lon : -179, max_lon: -60
|
||||||
},
|
},
|
||||||
{ name: 'DE',
|
{ 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',
|
path : layer.maps_base ~ '/secais/{z}/{x}/{y}.png',
|
||||||
min_zoom : 5, max_zoom : 15,
|
min_zoom : 5, max_zoom : 15,
|
||||||
min_lat : 46, max_lat : 55.1,
|
min_lat : 46, max_lat : 55.1,
|
||||||
|
|
|
@ -174,7 +174,7 @@ html,body {
|
||||||
|
|
||||||
|
|
||||||
"dfs.de VFR" : new L.TileLayer(
|
"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,
|
minZoom : 5,
|
||||||
maxZoom : 15,
|
maxZoom : 15,
|
||||||
|
@ -183,7 +183,7 @@ html,body {
|
||||||
}),
|
}),
|
||||||
|
|
||||||
"Lower Airspace (Germany)" : new L.TileLayer(
|
"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,
|
minZoom : 5,
|
||||||
maxZoom : 15,
|
maxZoom : 15,
|
||||||
|
|
|
@ -539,7 +539,7 @@ html,body,#map {
|
||||||
|
|
||||||
|
|
||||||
"dfs.de VFR" : new L.TileLayer(
|
"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,
|
minZoom : 5,
|
||||||
maxZoom : 15,
|
maxZoom : 15,
|
||||||
|
@ -548,7 +548,7 @@ html,body,#map {
|
||||||
}),
|
}),
|
||||||
|
|
||||||
"Lower Airspace (Germany)" : new L.TileLayer(
|
"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,
|
minZoom : 5,
|
||||||
maxZoom : 15,
|
maxZoom : 15,
|
||||||
|
|
|
@ -172,14 +172,14 @@ define([
|
||||||
}),
|
}),
|
||||||
|
|
||||||
"Germany VFR" : new L.TileLayer(
|
"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,
|
minZoom : 5,
|
||||||
maxZoom : 15,
|
maxZoom : 15,
|
||||||
attribution : '© <a target="_blank" href="http://www.dfs.de">DFS</a>',
|
attribution : '© <a target="_blank" href="http://www.dfs.de">DFS</a>',
|
||||||
bounds : L.latLngBounds(L.latLng(46.0, 5.0), L.latLng(55.1, 16.5)),
|
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,
|
minZoom : 5,
|
||||||
maxZoom : 15,
|
maxZoom : 15,
|
||||||
|
|
Loading…
Reference in a new issue