X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/9e2946d9a9ff5a1436403dfe051bf9f8866da178..099ae9f9ce98e8416233c464ec918b5005a4c63d:/dist/searchpage.hbs diff --git a/dist/searchpage.hbs b/dist/searchpage.hbs index 40ba59b..ae13597 100644 --- a/dist/searchpage.hbs +++ b/dist/searchpage.hbs @@ -1,38 +1,76 @@ {{#*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 +83,9 @@ {{#if aSearchResults}} {{#if sMoreURL}}
- Search for more results + + Search for more results +
{{/if}} {{else}} @@ -58,13 +98,18 @@ {{/if}}