diff --git a/Phi/map/index-2.0.html b/Phi/map/index-2.0.html
index 07bf792de..c99d901e2 100644
--- a/Phi/map/index-2.0.html
+++ b/Phi/map/index-2.0.html
@@ -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,
diff --git a/Phi/map/index-old.html b/Phi/map/index-old.html
index ee796e5eb..243961be6 100644
--- a/Phi/map/index-old.html
+++ b/Phi/map/index-old.html
@@ -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,
diff --git a/Phi/topics/Map.js b/Phi/topics/Map.js
index fab299c93..e9f66153d 100644
--- a/Phi/topics/Map.js
+++ b/Phi/topics/Map.js
@@ -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 : '© VFRMap.com',
@@ -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 : '© VFRMap.com',