]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/search-json.php
Change access control to implement more of CORS. Change so OPTIONS requests don...
[nominatim.git] / lib / template / search-json.php
index 45272d3540dc822511148b3bd1b5bcfb6ef80075..4b3b279d77362c2b9dec8d4ff4a6d411587f82bc 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+       header("content-type: application/json; charset=UTF-8");
+
        $aFilteredPlaces = array();
        foreach($aSearchResults as $iResNum => $aPointDetails)
        {