Changeset 108476 in spip-zone
- Timestamp:
- Jan 12, 2018, 6:29:02 PM (3 years ago)
- Location:
- _plugins_/gis/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/gis/trunk/action/gis_geocoder_rechercher.php
r107723 r108476 27 27 28 28 $geocoder = defined('_GIS_GEOCODER') ? _GIS_GEOCODER : 'photon'; 29 30 if ($geocoder == 'photon') { 31 unset($arguments['format']); 32 unset($arguments['addressdetails']); 33 } 29 34 30 35 if (!empty($arguments) && in_array($geocoder, array('photon','nominatim'))) { -
_plugins_/gis/trunk/paquet.xml
r108467 r108476 2 2 prefix="gis" 3 3 categorie="divers" 4 version="4.44.1 1"4 version="4.44.12" 5 5 schema="2.1.0" 6 6 etat="stable"
Note: See TracChangeset
for help on using the changeset viewer.