We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfaca1 commit 76a008dCopy full SHA for 76a008d
src/components/itinevert/ItinevertResultView.vue
@@ -107,6 +107,7 @@
107
:highlighted-document="highlightedDocument"
108
:open-in-new-tab="true"
109
@highlight-document="highlightedDocument = arguments[0]"
110
+ show-filter-control
111
show-center-on-geolocation
112
show-recenter-on
113
/>
@@ -311,7 +312,7 @@ export default {
311
312
};
313
314
let query = itinevertService.enhanceQuery(this.baseQuery, newQuery);
- if (this.isochroneBbox !== '') {
315
+ if (this.isochroneBbox !== '' && !query.bbox) {
316
query.bbox = this.isochroneBbox;
317
}
318
this.lastQuery = query;
0 commit comments