forked from hans/Nominatim
Change access control to implement more of CORS. Change so OPTIONS requests don't do an actual search/reverse request
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
header("content-type: application/json; charset=UTF-8");
|
||||
|
||||
$aFilteredPlaces = array();
|
||||
foreach($aSearchResults as $iResNum => $aPointDetails)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user