This commit is contained in:
parent
d4ee784460
commit
24f41879bf
@ -240,6 +240,7 @@ export function reducer(state = initialState, action: mapActions.Actions | commo
|
||||
case mapActions.DOQUERY: {
|
||||
let a = action as mapActions.DoQuery;
|
||||
return tassign(state, {
|
||||
setStateCount:state.setStateCount+1,
|
||||
query: tassign(a.query, { bbox: a.query.bboxFilter ? state.viewExtent : [] })});
|
||||
}
|
||||
case mapActions.ADDFEATURESUCCESS: {
|
||||
|
Loading…
Reference in New Issue
Block a user