X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fspip_carte_de_sites.git;a=blobdiff_plain;f=contenu%2Fpage-carte_de_sites.html;h=f569734ada4394c6dfa31f41138786f448e87060;hp=8661a010e8281836d509586c344f89234ee9978b;hb=8b6dc4a7395ec2615fb138051effd130c059a308;hpb=d0b32f4fd268076fec23a0a977be7d4b05e9e6c5 diff --git a/contenu/page-carte_de_sites.html b/contenu/page-carte_de_sites.html index 8661a01..f569734 100755 --- a/contenu/page-carte_de_sites.html +++ b/contenu/page-carte_de_sites.html @@ -25,7 +25,7 @@ }); siteIcon = new WorkshopIcon() var markerAtelier = new L.Marker(new L.LatLng(#LAT, #LON), {icon: siteIcon}); - markerAtelier.bindPopup(" #NOM_SITE#_sites:DESCRIPTIF#DESCRIPTIF #ADRESSE
#CODE_POSTAL #VILLE

Statut: [(#_ateliers_types:TITRE|supprimer_numero)]"); + markerAtelier.bindPopup(" #NOM_SITE
#DESCRIPTIF #ADRESSE
#CODE_POSTAL #VILLE
[(#URL_SITE)]

Statut: [(#_ateliers_types:TITRE|supprimer_numero)]"); group_#ID_MOT.addLayer(markerAtelier) @@ -67,7 +67,7 @@ function onMapClick(e) { var latlngStr = '(' + e.latlng.lat.toFixed(5) + ', ' + e.latlng.lng.toFixed(5) + ')'; popup.setLatLng(e.latlng); - popup.setContent("You clicked the map at " + latlngStr); + popup.setContent("Coordonnees de votre clic (Latitude, Longitude)" + latlngStr); map.openPopup(popup); }