X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/a82c578374260ba3450fbd475da5739b9d92a4ce..0e6b7bfeb8b1a0fd6c5789555b7a66ffbc9164ed:/dist/polygons.html
diff --git a/dist/polygons.html b/dist/polygons.html
index 1b80968..e323dcc 100644
--- a/dist/polygons.html
+++ b/dist/polygons.html
@@ -23,7 +23,7 @@
@@ -329,7 +329,7 @@
{{osmLink this}} |
{{this.rank_address}} |
{{formatAdminLevel this.admin_level}} |
-
{{formatDistance this.distance}} |
+
{{formatDistance this.distance bDistanceInMeters}} |
{{detailsPermaLink this 'details >'}} |
{{/inline}}
@@ -477,14 +477,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}}
@@ -506,7 +506,7 @@
{{#each aPlace.hierarchy as |lines type|}}
{{> partial_h3 type}}
{{#each lines}}
- {{> partial_details_one_row}}
+ {{> partial_details_one_row bDistanceInMeters=true}}
{{/each}}
{{/each}}
{{else}}