Changeset 81560 in spip-zone
- Timestamp:
- Mar 21, 2014, 3:16:15 PM (7 years ago)
- Location:
- _plugins_/gis/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/gis/trunk/action/gis_geocoder_rechercher.php
r81559 r81560 20 20 21 21 /* On filtre les arguments à renvoyer à Nomatim (liste blanche) */ 22 $arguments = collecter_requests(array("json_callback", "format", "q", "limit", "addressdetails", "accept-language", "lat", "lon") );22 $arguments = collecter_requests(array("json_callback", "format", "q", "limit", "addressdetails", "accept-language", "lat", "lon"),array()); 23 23 24 24 if(!empty($arguments)) { -
_plugins_/gis/trunk/paquet.xml
r81559 r81560 2 2 prefix="gis" 3 3 categorie="divers" 4 version="4.19. 6"4 version="4.19.7" 5 5 schema="2.0.5" 6 6 etat="stable"
Note: See TracChangeset
for help on using the changeset viewer.