[CARTES] ~fix compatibilite avec GIS 4.44.9 et donc SPIP 3.2 v1.4.0
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 21 Dec 2017 13:32:51 +0000 (14:32 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 21 Dec 2017 13:32:51 +0000 (14:32 +0100)
contenu/page-carte_de_sites.html
paquet.xml

index 4b946b0..93f083d 100755 (executable)
@@ -48,7 +48,7 @@
                            [(#ENV{popup}|!={non}|oui)
                          markerGis.bindPopup("[(#ENV{images}|!={non}|oui)<span style='float: left; width: 45px;'><img src='[(#LOGO_SYNDIC||extraire_attribut{src}|url_absolue)]' alt='' width='100%' height='100%'></span>]<h4>#TITRE</h4>[<p>(#DESCRIPTIF|attribut_html)</p>][(#ENV{images}|!={non}|oui)<span class='spip_documents spip_documents_right' style='float: right; width: 100px;'>\<img src='[(#LOGO_SYNDIC_SURVOL||extraire_attribut{src}|url_absolue)]' alt=''  width='100px' height='100%'></span>]#ADRESSE<br/> #CODE_POSTAL #VILLE<br/><a href='#URL_SITE' target='_blank'>#NOM_SITE - #URL_SITE</a><br/><br/><em>Statut: [(#_mots_types:TITRE|supprimer_numero)]</em>");
                      ]
-                     group_#ID_MOT.addLayer(markerGis)
+                     group_#_mots_types:ID_MOT.addLayer(markerGis)
                </BOUCLE_coord>
          </BOUCLE_sites>
     </BOUCLE_mots_types>
index 470893a..83831d3 100755 (executable)
@@ -1,9 +1,9 @@
 <paquet
     prefix="carte_de_sites"
     categorie="divers"
-    version="1.3.2"
+    version="1.4.0"
     etat="stable"
-    compatibilite="[3.0.0;3.1.*]"
+    compatibilite="[3.0.0;3.2.*]"
     documentation="http://www.wiklou.org/index.php/Inclusion_de_la_carte"
 >