[PLUGINS] ~spip_carte_de_sites v1.1.3-->v1.2.0
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 12 May 2015 07:42:57 +0000 (09:42 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 12 May 2015 07:42:57 +0000 (09:42 +0200)
www/plugins/spip_carte_de_sites/export_sites.html
www/plugins/spip_carte_de_sites/paquet.xml

index 0760a40..e43c95a 100644 (file)
@@ -1,6 +1,6 @@
 #CACHE{0}
 #HTTP_HEADER{Content-Type: text/csv; charset=UTF-8}
 #HTTP_HEADER{Content-Disposition: attachment; filename=liste.csv}
-"Statut";"Structure";"Atelier";"Adresse";"Code postal";"Ville";"Pays"
-<BOUCLE_mots(MOTS){type=#ENV{groupe}}><BOUCLE_sites(SITES){id_mot}{gis}>"#_mots:TITRE";"#NOM_SITE";"#TITRE_GIS";"#ADRESSE";"#CODE_POSTAL";"#VILLE";"#REGION";"#PAYS"
+"Latitude";"Longitude";"Statut";"Structure";"Atelier";"Adresse";"Code postal";"Ville";"Region";"Pays"
+<BOUCLE_mots(MOTS){type=#ENV{groupe}}><BOUCLE_sites(SITES){id_mot}{gis}>"#LAT";"#LON";"#_mots:TITRE";"#NOM_SITE";"#TITRE_GIS";"#ADRESSE";"#CODE_POSTAL";"#VILLE";"#REGION";"#PAYS"
 </BOUCLE_sites></BOUCLE_mots>
index f8e6c0b..1f53336 100755 (executable)
@@ -1,7 +1,7 @@
 <paquet
     prefix="carte_de_sites"
     categorie="divers"
-    version="1.1.3"
+    version="1.2.0"
     etat="dev"
     compatibilite="[3.0.0;3.0.*]"
     documentation="http://www.wiklou.org/index.php/Inclusion_de_la_carte"
@@ -10,7 +10,7 @@
     <nom>Carte de sites</nom>
     <auteur lien="http://www.heureux-cyclage.org">L'Heureux Cyclage</auteur>
     <credit lien="http://contrib.spip.net/4189">b_b</credit>
-    <copyright>2011-2013</copyright>
+    <copyright>2011-2015</copyright>
     <licence>GPL v3</licence>
     <necessite nom="gis" compatibilite="[4.3.0;]"/>
 </paquet>