From 735035a357551dc47844433cb20bd096318c4522 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20de=20l=27Hamaide?= <clemaez@hotmail.fr>
Date: Sun, 16 Nov 2014 20:20:21 +0100
Subject: [PATCH] FGMap: add some layers for France

---
 webgui/map/index.html | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/webgui/map/index.html b/webgui/map/index.html
index 67db75962..58ed894bf 100644
--- a/webgui/map/index.html
+++ b/webgui/map/index.html
@@ -536,6 +536,33 @@ html,body,#map {
           bounds: L.latLngBounds(L.latLng(46.0,5.0), L.latLng(55.1,16.5) ),
         }),
 
+      "France VFR" :  new L.TileLayer(
+        'http://carte.f-aero.fr/oaci/{z}/{x}/{y}.png', 
+        {
+          minZoom : 5,
+          maxZoom : 15,
+          attribution : 'Map data © <a href="http://carte.f-aero.fr/">F-AERO</a>',
+          bounds: L.latLngBounds(L.latLng(41.0,-5.3), L.latLng(51.2,10.1) ),
+        }),
+
+      "France VAC Landing" :  new L.TileLayer(
+        'http://carte.f-aero.fr/vac-atterrissage/{z}/{x}/{y}.png', 
+        {
+          minZoom : 5,
+          maxZoom : 15,
+          attribution : 'Map data © <a href="http://carte.f-aero.fr/">F-AERO</a>',
+          bounds: L.latLngBounds(L.latLng(41.0,-5.3), L.latLng(51.2,10.1) ),
+        }),
+
+      "France VAC Approach" :  new L.TileLayer(
+        'http://carte.f-aero.fr/vac-approche/{z}/{x}/{y}.png', 
+        {
+          minZoom : 5,
+          maxZoom : 15,
+          attribution : 'Map data © <a href="http://carte.f-aero.fr/">F-AERO</a>',
+          bounds: L.latLngBounds(L.latLng(41.0,-5.3), L.latLng(51.2,10.1) ),
+        }),
+
       "Precipitation" : new L.TileLayer(
         'http://{s}.tile.openweathermap.org/map/precipitation/{z}/{x}/{y}.png', 
         {