@ -450,11 +450,11 @@ const vueGis = {
//根据组织层级设置缩放级别
setZoom (level) {
if (level === 'district') {
this.zoom = 12
this.zoom = 11
} else if (level === 'street') {
this.zoom = 13
} else if (level === 'community') {
this.zoom = 14
}
},
@ -390,11 +390,11 @@ const vueGis = {
setZoom (agencyLevel) {
if (agencyLevel === 'district') {
} else if (agencyLevel === 'street') {
} else if (agencyLevel === 'community') {
this.zoom = 15