File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 113
113
# ## - disableFlexArc: optional parameter to disable rendering flex itinerary legs as an arc.
114
114
# Custom Overlays
115
115
# overlays:
116
- # The OTP2 overlay is slightly more difficult to use
117
- # - type: otp2
116
+ # The OTP2 overlay is slightly more difficult to use
117
+ # - type: otp2
118
118
# Each OTP2 overlay has to be configured here. The "type" must match
119
119
# what's configured in router-config.json
120
120
# layers:
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ import {
17
17
} from '../../actions/api'
18
18
import { ComponentContext } from '../../util/contexts'
19
19
import { getActiveItinerary , getActiveSearch } from '../../util/state'
20
- import {
21
- setMapPopupLocationAndGeocode
22
- } from '../../actions/map'
20
+ import { setLocation , setMapPopupLocationAndGeocode } from '../../actions/map'
23
21
import { setViewedStop } from '../../actions/ui'
24
22
import { updateOverlayVisibility } from '../../actions/config'
25
23
@@ -411,6 +409,7 @@ const mapStateToProps = (state) => {
411
409
const mapDispatchToProps = {
412
410
bikeRentalQuery,
413
411
carRentalQuery,
412
+ setLocation,
414
413
setMapPopupLocationAndGeocode,
415
414
setViewedStop,
416
415
updateOverlayVisibility,
You can’t perform that action at this time.
0 commit comments