[CARTES] +objet gis 'groupe_mots'
[lhc/web/spip_carte_de_sites.git] / inclure / boite.html
index 236f86a..99c2596 100644 (file)
@@ -1,8 +1,9 @@
 //Definition des fonds de carte
        var baseMaps = {
-                               "Vue de nuit ;-)": midnightCommander,                           
-                               "Vue de jour": minimal
-                       };
+                                "<:carte_de_sites:vue_cycle:>": thunderforest,
+                                "<:carte_de_sites:vue_jour:>": minimal,
+                                "<:carte_de_sites:vue_nuit:>": midnightCommander
+                        };
 
 //Definition des calques de marqueurs
     <B_groups>
@@ -13,4 +14,4 @@
        layersControl = new L.Control.Layers(baseMaps,overlayMaps);
 
 //Construction de la boite             
-        map.addControl(layersControl);
\ No newline at end of file
+        map.addControl(layersControl);