X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0c9630b24ae572667dce4b4a6f65abe5366dd845..97c572b92f5e09d646ce045a949e40d53f87243a:/lib/template/search-html.php diff --git a/lib/template/search-html.php b/lib/template/search-html.php index 07c26be1..91e9e890 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -1,299 +1,162 @@ - - - - OpenStreetMap Nominatim: Search - - - + + - - - + + + +
+
+ +
+ Data last updated: +
+ +
+
+
+ + +
+
+
+
- - - - + -
+ -
-
- - - - - - - - +
+
+
+
- - -
logo /> HighlightData: -Documentation | FAQ
-
+
+ + + + - -
-
-Suggest: '.$sSuggestion.'
'; - } - foreach($aSearchResults as $iResNum => $aResult) - { - if ($aResult['aBoundingBox']) - { - echo '
\n"; - } - elseif (isset($aResult['zoom'])) - { - echo '
'; - } - else - { - echo '
'; - } - - echo (isset($aResult['icon'])?'icon':''); - echo ' '.$aResult['name'].''; - echo ' '.round($aResult['lat'],3).','.round($aResult['lon'],3).''; - echo ' '.$aResult['place_id'].''; - if (isset($aResult['label'])) - echo ' ('.$aResult['label'].')'; - else - 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) . ';'; + + $aNominatimResults = []; + echo 'var nominatim_results = ' . json_encode($aSearchResults, JSON_PRETTY_PRINT) . ';'; + ?> + + +