bug
This commit is contained in:
@@ -247,11 +247,6 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
changeZoom(isAdd) {
|
||||
const zoom = isAdd ? this.map.getZoom() + 1 : this.map.getZoom() - 1
|
||||
this.map.setZoom(zoom, false, 600)
|
||||
},
|
||||
|
||||
formatName (str) {
|
||||
if (!str) return ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user