X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/621fbc3ae3d560335fde771907bb0fe80a134734..a410d476a22053a8e7ffda483efbb1959be9d713:/dist/polygons.html
diff --git a/dist/polygons.html b/dist/polygons.html
index a3348a1..55023c0 100644
--- a/dist/polygons.html
+++ b/dist/polygons.html
@@ -127,8 +127,7 @@
({{formatLabel aResult}})
@@ -261,8 +294,7 @@
@@ -388,13 +421,19 @@
Last Updated |
{{aPlace.indexed_date}} |
+ {{#if (isAdminBoundary aPlace) }}
Admin Level |
{{aPlace.admin_level}} |
+ {{/if}}
- Rank |
- {{formatSearchRank aPlace.rank_search}} |
+ Search Rank |
+ {{aPlace.rank_search}} |
+
+
+ Address Rank |
+ {{aPlace.rank_address}} ({{formatAddressRank aPlace.rank_address}}) |
{{#if aPlace.calculated_importance}}
@@ -491,16 +530,24 @@
{{/each}}
{{/if}}
+ {{> partial_h2 'Keywords'}}
{{#if aPlace.keywords}}
- {{> partial_h2 'Name Keywords'}}
+ {{> partial_h3 'Name Keywords'}}
{{#each aPlace.keywords.name}}
{{> partial_details_keyword_one_row}}
{{/each}}
- {{> partial_h2 'Address Keywords'}}
+ {{> partial_h3 'Address Keywords'}}
{{#each aPlace.keywords.address}}
{{> partial_details_keyword_one_row}}
{{/each}}
+ {{else}}
+
+
+ display keywords
+ |
+
{{/if}}
{{> partial_h2 'Parent Of'}}
@@ -608,7 +655,7 @@
{{#each aPolygons}}
- {{detailsLink this place_id}} |
+ {{this.place_id}} |
{{country_code}} |
{{name}} |
{{osmLink this}} |