X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/a1341470605cbb37b0de359db233562250ebc723..f3a77b08006768e90b0e2d6f7797a610630f5cfd:/dist/details.html?place_id=%7B%7BaResult.place_id%7D%7D diff --git a/dist/details.html b/dist/details.html index 12e72da..d22be81 100644 --- a/dist/details.html +++ b/dist/details.html @@ -131,7 +131,7 @@ {{this.rank_address}} {{formatAdminLevel this.admin_level}} {{formatDistance this.distance}} - {{detailsLink this null}} + {{detailsPermaLink this 'details >'}} {{/inline}} @@ -156,7 +156,10 @@
-

{{aPlace.localname}} {{detailsPermaLink aPlace 'link to this page'}}

+

+ {{aPlace.localname}} + {{detailsPermaLink aPlace 'link to this page'}} +

{{formatMapIcon aPlace.icon}} @@ -169,7 +172,9 @@ Name {{#each aPlace.names}} -
{{this}} ({{@key}})
+
+ {{this}} ({{@key}}) +
{{/each}} @@ -204,14 +209,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}} @@ -228,7 +238,9 @@ Address Tags {{#each aPlace.addresstags}} -
{{this}} ({{@key}})
+
+ {{this}} ({{@key}}) +
{{/each}} @@ -236,7 +248,9 @@ Extra Tags {{#each aPlace.extratags}} -
{{this}} ({{@key}})
+
+ {{this}} ({{@key}}) +
{{/each}} @@ -287,8 +301,8 @@ {{/each}} {{/if}} + {{> partial_h2 'Parent Of'}} {{#if aPlace.hierarchy}} - {{> partial_h2 'Parent Of'}} {{#each aPlace.hierarchy as |lines type|}} {{> partial_h3 type}} @@ -296,6 +310,13 @@ {{> partial_details_one_row}} {{/each}} {{/each}} + {{else}} + + + display child places + + {{/if}} {{tooManyHierarchyLinesWarning aPlace}} @@ -316,16 +337,27 @@

Search by place id

- - + +

Search by OSM type and OSM id

-
- + + @@ -335,8 +367,13 @@

Search by openstreetmap.org URL

- - + +