|
|
@ -1613,6 +1613,8 @@ const vueGis = { |
|
|
|
this.zoom = 13 |
|
|
|
} else if (agencyLevel === 'community') { |
|
|
|
this.zoom = 14 |
|
|
|
}else{ |
|
|
|
this.zoom = 11 |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
@ -1827,7 +1829,7 @@ export default vueGis; |
|
|
|
.ol-overlaycontainer-stopevent { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
.popTitle { |
|
|
@ -1954,4 +1956,4 @@ export default vueGis; |
|
|
|
// color: rgba(1, 17, 104, 1); |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|