1
0
Fork 0

Use latest vfrmap.com tiles

This commit is contained in:
Torsten Dreyer 2018-01-30 11:21:02 +01:00
parent 3d1921dd1f
commit aea1bbf5f1
3 changed files with 6 additions and 6 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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 : '&copy; <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 : '&copy; <a target="_blank" href="http://vfrmap.com">VFRMap.com</a>',