#HTTP_HEADER{Content-type:text/javascript} [(#INCLURE{lib/leaflet/dist/leaflet-src.js})] [(#REM) Déprécié avec Leaflet 1.0, mais nécessaire si le site utilise compresseur_embarquer_images_css ] [L.Icon.Default.imagePath = '(#CHEMIN{lib/leaflet/dist/images/}|url_absolue)';] (function() { L.gisConfig = { 'gis_layers': #EVAL{json_encode($GLOBALS['gis_layers'])}, 'default_layer': '[(#REM|gis_layer_defaut)]', 'affiche_layers': [(#CONFIG{gis/layers,#ARRAY}|json_encode)] }; L.geocoderConfig = { 'forwardUrl': '[(#VAL{gis_geocoder_rechercher}|generer_url_action{mode=search}|html_entity_decode)]', 'reverseUrl': '[(#VAL{gis_geocoder_rechercher}|generer_url_action{mode=reverse}|html_entity_decode)]' }; })(); [(#INCLURE{javascript/gis_geocoder.js})] [(#INCLURE{javascript/gis_utils.js})] [(#INCLURE{lib/leaflet/plugins/KML.js})] [(#INCLURE{lib/leaflet/plugins/GPX.js})] [(#INCLURE{lib/leaflet/plugins/TOPOJSON.js})] [(#INCLURE{lib/leaflet/plugins/leaflet-providers.js})] [(#INCLURE{lib/leaflet/plugins/Control.FullScreen.js})] [(#INCLURE{lib/leaflet/plugins/Control.MiniMap.js})] [(#REM) Scripts de google et bing si besoin ] #SET{layers,#CONFIG{gis/layers,#ARRAY{0,openstreetmap_mapnik}}} [(#VAL|gis_layer_defaut|in_array{#GET{layers}}|non) #SET{layers,#GET{layers}|push{#VAL|gis_layer_defaut}} ] [(#LISTE{google_roadmap,google_satellite,google_terrain}|array_intersect{#GET{layers}}|count|>{0}|oui) [(#INCLURE{lib/leaflet/plugins/Leaflet.GoogleMutant.js})] ] [(#VAL{bing_aerial}|in_array{#GET{layers}}|oui) [(#INCLURE{lib/leaflet/plugins/Bing.js})] ] [(#INCLURE{lib/leaflet/plugins/leaflet.markercluster-src.js})] [(#INCLURE{javascript/leaflet.gis.js})] [(#CONFIG{auto_compress_js}|=={oui}|oui) // gis.js #FILTRE{trim|compacte}]