Changeset 109872 in spip-zone
- Timestamp:
- Apr 11, 2018, 9:51:50 AM (3 years ago)
- Location:
- _plugins_/gis/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/gis/trunk/javascript/gis_geocoder.js
r107723 r109872 5 5 L.Geocoder = L.Class.extend({ 6 6 7 includes: L. Mixin.Events,7 includes: L.Evented.prototype, 8 8 9 9 options: { -
_plugins_/gis/trunk/javascript/leaflet.gis.js
r109377 r109872 3 3 L.Map.Gis = L.Map.extend({ 4 4 5 includes: L. Mixin.Events,5 includes: L.Evented.prototype, 6 6 7 7 options:{ -
_plugins_/gis/trunk/paquet.xml
r109839 r109872 2 2 prefix="gis" 3 3 categorie="divers" 4 version="4.44.1 6"4 version="4.44.17" 5 5 schema="2.1.0" 6 6 etat="stable"
Note: See TracChangeset
for help on using the changeset viewer.