X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/e0d087f4a2b5fbc758de432f8932de296279a82f..8c9594a08f87d80dbefa8740f3e29a1f8e4bebb3:/dist/polygons.html?ds=sidebyside diff --git a/dist/polygons.html b/dist/polygons.html index aba9dbb..e323dcc 100644 --- a/dist/polygons.html +++ b/dist/polygons.html @@ -23,7 +23,7 @@
- + logo

Nominatim

@@ -199,7 +199,7 @@
- {{#if sQuery}} + {{#if bSearchRan}}
@@ -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}}