]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/search-jsonv2.php
fix json output of empty arrays
[nominatim.git] / lib / template / search-jsonv2.php
index 8006e3c2e02c2b9be965b1c65f0a68947cde1d85..e974772023393a39818205bc22abe0201c2207c3 100644 (file)
@@ -79,4 +79,4 @@
                $aFilteredPlaces[] = $aPlace;
        }
 
-       javascript_renderData($aFilteredPlaces, array('geojson'));
+       javascript_renderData($aFilteredPlaces);