X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/9e2946d9a9ff5a1436403dfe051bf9f8866da178..93117a14df2d0aee9109d51edd7d6dad834d8ec4:/dist/searchpage.hbs?ds=sidebyside diff --git a/dist/searchpage.hbs b/dist/searchpage.hbs index 40ba59b..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}}