Changeset 112246 in spip-zone for _plugins_/gis
- Timestamp:
- Oct 31, 2018, 7:16:21 PM (4 months ago)
- Location:
- _plugins_/gis/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/gis/trunk/javascript/leaflet.gis.js
r109872 r112246 198 198 layer.bindPopup(popupContent,popupOptions); 199 199 if (this.options.tooltip && tooltipContent) { 200 layer.bindTooltip(tooltipContent) .openTooltip();200 layer.bindTooltip(tooltipContent); 201 201 } 202 202 } -
_plugins_/gis/trunk/paquet.xml
r111398 r112246 2 2 prefix="gis" 3 3 categorie="divers" 4 version="4.44.2 2"4 version="4.44.23" 5 5 schema="2.1.0" 6 6 etat="stable"
Note: See TracChangeset
for help on using the changeset viewer.