]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/template/address-json.php
prepare 4.5.0 release
[nominatim.git] / lib-php / template / address-json.php
index 513d312e36435fe9d95ed46c5b7ab36af12db247..0766eaf4a992a643501dfa7dde2f3ea5ca1bacb0 100644 (file)
@@ -1,4 +1,12 @@
 <?php
 <?php
+/**
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ * This file is part of Nominatim. (https://nominatim.org)
+ *
+ * Copyright (C) 2022 by the Nominatim developer community.
+ * For a full list of authors see the git log.
+ */
 
 $aFilteredPlaces = array();
 
 
 $aFilteredPlaces = array();
 
@@ -55,7 +63,7 @@ if (empty($aPlace)) {
     }
 
     if (isset($aPlace['asgeojson'])) {
     }
 
     if (isset($aPlace['asgeojson'])) {
-        $aFilteredPlaces['geojson'] = json_decode($aPlace['asgeojson']);
+        $aFilteredPlaces['geojson'] = json_decode($aPlace['asgeojson'], true);
     }
 
     if (isset($aPlace['assvg'])) {
     }
 
     if (isset($aPlace['assvg'])) {