X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b0ed31b6d48da40f90d3fd0e0aa71394984a6c76..016815eda29fcd4a858921f6cefc467d20952bab:/lib/template/search-html.php?ds=sidebyside diff --git a/lib/template/search-html.php b/lib/template/search-html.php index 986b4e4d..e9980796 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -1,465 +1,112 @@ - - - OpenStreetMap Nominatim: Search - - - - - - - + + + + - + - - + - +
+
+
+
-
+ -
-
- - - - - - - - - - -
> HighlightData: -Documentation | FAQ
Thank you for your problem report
-
-
- -
-
-Suggest: '.$sSuggestion.'
'; - } - foreach($aSearchResults as $iResNum => $aResult) - { - if ($aResult['aBoundingBox']) - { - echo '
'; - } - elseif (isset($aResult['zoom'])) - { - echo '
'; - } - else - { - echo '
'; - } - echo ($aResult['icon']?'':''); - echo ' '.$aResult['name'].''; - echo ' '.round($aResult['lat'],3).','.round($aResult['lat'],3).''; - echo ' '.$aResult['place_id'].''; - echo ' ('.ucwords(str_replace('_',' ',$aResult['type'])).')'; - echo ' (details)'; - echo '
'; - } - if (sizeof($aSearchResults)) - { - if ($sMoreURL) - { - echo ''; - } - } - else - { - echo '
No search results found
'; - } -?> -
Addresses and postcodes are approximate - -
-
- -
- - + $iZoom, + 'lat' => $fLat, + 'lon' => $fLon + ]; + echo 'var nominatim_map_init = ' . json_encode($aNominatimMapInit, JSON_PRETTY_PRINT) . ';'; + + echo 'var nominatim_results = ' . json_encode($aSearchResults, JSON_PRETTY_PRINT) . ';'; + ?> + + + +