X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/66f3127579214eff7a5f82c2622c881310b06661..73f37fb6fece8f3ea1b7847110cf1397f4081245:/src/templates/searchpage.hbs diff --git a/src/templates/searchpage.hbs b/src/templates/searchpage.hbs index 479bdd4..65cfa28 100644 --- a/src/templates/searchpage.hbs +++ b/src/templates/searchpage.hbs @@ -1,79 +1,131 @@ {{#*inline "partial_one_result"}} -
- {{#if aResult.icon}} - {{!-- --}} - {{formatMapIcon aResult.icon}} - {{/if}} +
+ {{formatMapIcon aResult}} - {{aResult.display_name}} - {{formatLabel aResult}} -

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

+ {{aResult.display_name}} + ({{formatLabel aResult}}) +

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

- details -
+ details +
{{/inline}} - -