loading...
@@ -199,7 +202,7 @@
- {{#if sQuery}}
+ {{#if bSearchRan}}
@@ -329,7 +332,7 @@
{{osmLink this}} |
{{this.rank_address}} |
{{formatAdminLevel this.admin_level}} |
-
{{formatDistance this.distance}} |
+
{{formatDistance this.distance bDistanceInMeters}} |
{{detailsPermaLink this 'details >'}} |
{{/inline}}
@@ -477,14 +480,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 +509,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}}