X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/a1341470605cbb37b0de359db233562250ebc723..099ae9f9ce98e8416233c464ec918b5005a4c63d:/dist/searchpage.hbs diff --git a/dist/searchpage.hbs b/dist/searchpage.hbs index 8516f08..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}}