X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/9e2946d9a9ff5a1436403dfe051bf9f8866da178..267d5108c3de7c23120a2d29f6cfba9e4ac90d46:/dist/detailspage.hbs
diff --git a/dist/detailspage.hbs b/dist/detailspage.hbs
index 6fa2886..8f9ff76 100644
--- a/dist/detailspage.hbs
+++ b/dist/detailspage.hbs
@@ -13,7 +13,7 @@
{{this.rank_address}} |
{{formatAdminLevel this.admin_level}} |
{{formatDistance this.distance}} |
- {{detailsLink this null}} |
+ {{detailsPermaLink this 'details >'}} |
{{/inline}}
@@ -92,6 +92,10 @@
OSM |
{{osmLink aPlace}}
+ |
+ Place Id (on this server) |
+ {{aPlace.place_id}} |
+
{{#if aPlace.calculated_wikipedia}}
Wikipedia Calculated |
@@ -165,8 +169,8 @@
{{/each}}
{{/if}}
+ {{> partial_h2 'Parent Of'}}
{{#if aPlace.hierarchy}}
- {{> partial_h2 'Parent Of'}}
{{#each aPlace.hierarchy as |lines type|}}
{{> partial_h3 type}}
@@ -174,6 +178,12 @@
{{> partial_details_one_row}}
{{/each}}
{{/each}}
+ {{else}}
+
+
+ display child places
+ |
+
{{/if}}
{{tooManyHierarchyLinesWarning aPlace}}