center
This commit is contained in:
parent
4923b467f4
commit
2f50bf1782
@ -67,7 +67,9 @@ const actions = {
|
||||
context.commit('ZOOM', zoom)
|
||||
},
|
||||
async setCenter (context, center) {
|
||||
if( center.lat !== context.state.center.lat || center.lng !== context.state.center.lng) {
|
||||
context.commit('CENTER', center)
|
||||
}
|
||||
},
|
||||
async setBounds (context, bounds) {
|
||||
context.commit('BOUNDS', bounds)
|
||||
|
Loading…
Reference in New Issue
Block a user