X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/04224d9aa3b35e5adc455fde1cc081cf3d4c94bd..6beafb16431a1cf87ad160ab50b07db31971d873:/dist/searchpage.hbs diff --git a/dist/searchpage.hbs b/dist/searchpage.hbs index ff2d884..7451398 100644 --- a/dist/searchpage.hbs +++ b/dist/searchpage.hbs @@ -1,38 +1,73 @@ {{#*inline "partial_one_result"}}
- {{#if aResult.icon}} - {{!-- --}} - {{formatMapIcon aResult.icon}} - {{/if}} + {{formatMapIcon aResult}} {{aResult.display_name}} ({{formatLabel aResult}})

{{aResult.lat}},{{aResult.lon}}

- details + details
{{/inline}} - -
@@ -45,7 +80,9 @@ {{#if aSearchResults}} {{#if sMoreURL}}
- Search for more results + + Search for more results +
{{/if}} {{else}} @@ -58,13 +95,18 @@ {{/if}}