-
{{aPlace.localname}} {{detailsPermaLink aPlace 'link to this page'}}
+
+ {{aPlace.localname}}
+ {{detailsPermaLink aPlace 'link to this page'}}
+
- {{formatMapIcon aPlace.icon}}
+ {{formatMapIcon aPlace}}
@@ -51,7 +54,9 @@
Name |
{{#each aPlace.names}}
- {{this}} ({{@key}})
+
+ {{this}} ({{@key}})
+
{{/each}}
|
@@ -86,14 +91,19 @@
Centre Point (lat,lon) |
- {{aPlace.centroid.coordinates.[1]}},{{aPlace.centroid.coordinates.[0]}} |
+
+ {{aPlace.centroid.coordinates.[1]}},{{aPlace.centroid.coordinates.[0]}}
+ |
OSM |
{{osmLink aPlace}}
|
- Place Id (on this server) |
+
+ Place Id
+ (on this server)
+ |
{{aPlace.place_id}} |
{{#if aPlace.calculated_wikipedia}}
@@ -110,7 +120,9 @@
Address Tags |
{{#each aPlace.addresstags}}
- {{this}} ({{@key}})
+
+ {{this}} ({{@key}})
+
{{/each}}
|
@@ -118,7 +130,9 @@
Extra Tags |
{{#each aPlace.extratags}}
- {{this}} ({{@key}})
+
+ {{this}} ({{@key}})
+
{{/each}}
|
@@ -131,7 +145,7 @@
Address
-
+
Local name |
@@ -146,14 +160,14 @@
{{#if aPlace.address}}
{{#each aPlace.address}}
- {{> partial_details_one_row}}
+ {{> partial_details_one_row bDistanceInMeters=false}}
{{/each}}
{{/if}}
{{#if aPlace.linked_places}}
{{> partial_h2 'Linked Places'}}
{{#each aPlace.linked_places}}
- {{> partial_details_one_row}}
+ {{> partial_details_one_row bDistanceInMeters=true}}
{{/each}}
{{/if}}
@@ -169,15 +183,22 @@
{{/each}}
{{/if}}
+ {{> partial_h2 'Parent Of'}}
{{#if aPlace.hierarchy}}
- {{> partial_h2 'Parent Of'}}
{{#each aPlace.hierarchy as |lines type|}}
{{> partial_h3 type}}
{{#each lines}}
- {{> partial_details_one_row}}
+ {{> partial_details_one_row bDistanceInMeters=true}}
{{/each}}
{{/each}}
+ {{else}}
+
+
+ display child places
+ |
+
{{/if}}
{{tooManyHierarchyLinesWarning aPlace}}