Use latest vfrmap.com tiles
This commit is contained in:
parent
3d1921dd1f
commit
aea1bbf5f1
3 changed files with 6 additions and 6 deletions
|
@ -151,7 +151,7 @@ html,body {
|
|||
// "NAVDB" : navdbLayer,
|
||||
// "AI" : aiLayer,
|
||||
"VFRMap.com Sectionals (US)" : new L.TileLayer(
|
||||
'http://vfrmap.com/20140918/tiles/vfrc/{z}/{y}/{x}.jpg',
|
||||
'http://vfrmap.com/20180104/tiles/vfrc/{z}/{y}/{x}.jpg',
|
||||
{
|
||||
maxZoom : 12,
|
||||
minZoom : 3,
|
||||
|
@ -162,7 +162,7 @@ html,body {
|
|||
}),
|
||||
|
||||
"VFRMap.com - Low IFR (US)" : new L.TileLayer(
|
||||
'http://vfrmap.com/20140918/tiles/ifrlc/{z}/{y}/{x}.jpg',
|
||||
'http://vfrmap.com/20180104/tiles/ifrlc/{z}/{y}/{x}.jpg',
|
||||
{
|
||||
maxZoom : 12,
|
||||
minZoom : 5,
|
||||
|
|
|
@ -516,7 +516,7 @@ html,body,#map {
|
|||
"NAVDB" : navdbLayer,
|
||||
"AI" : aiLayer,
|
||||
"VFRMap.com Sectionals (US)" : new L.TileLayer(
|
||||
'http://vfrmap.com/20140918/tiles/vfrc/{z}/{y}/{x}.jpg',
|
||||
'http://vfrmap.com/20180104/tiles/vfrc/{z}/{y}/{x}.jpg',
|
||||
{
|
||||
maxZoom : 12,
|
||||
minZoom : 3,
|
||||
|
@ -527,7 +527,7 @@ html,body,#map {
|
|||
}),
|
||||
|
||||
"VFRMap.com - Low IFR (US)" : new L.TileLayer(
|
||||
'http://vfrmap.com/20140918/tiles/ifrlc/{z}/{y}/{x}.jpg',
|
||||
'http://vfrmap.com/20180104/tiles/ifrlc/{z}/{y}/{x}.jpg',
|
||||
{
|
||||
maxZoom : 12,
|
||||
minZoom : 5,
|
||||
|
|
|
@ -147,7 +147,7 @@ define([
|
|||
transparent: true
|
||||
}),
|
||||
|
||||
"VFRMap.com Sectionals (US)" : new L.TileLayer('http://vfrmap.com/20140918/tiles/vfrc/{z}/{y}/{x}.jpg', {
|
||||
"VFRMap.com Sectionals (US)" : new L.TileLayer('http://vfrmap.com/20180104/tiles/vfrc/{z}/{y}/{x}.jpg', {
|
||||
maxZoom : 12,
|
||||
minZoom : 3,
|
||||
attribution : '© <a target="_blank" href="http://vfrmap.com">VFRMap.com</a>',
|
||||
|
@ -156,7 +156,7 @@ define([
|
|||
bounds : L.latLngBounds(L.latLng(16.0, -179.0), L.latLng(72.0, -60.0)),
|
||||
}),
|
||||
|
||||
"VFRMap.com - Low IFR (US)" : new L.TileLayer('http://vfrmap.com/20140918/tiles/ifrlc/{z}/{y}/{x}.jpg', {
|
||||
"VFRMap.com - Low IFR (US)" : new L.TileLayer('http://vfrmap.com/20180104/tiles/ifrlc/{z}/{y}/{x}.jpg', {
|
||||
maxZoom : 12,
|
||||
minZoom : 5,
|
||||
attribution : '© <a target="_blank" href="http://vfrmap.com">VFRMap.com</a>',
|
||||
|
|
Loading…
Reference in a new issue