除了第三方数据均已开发完成
This commit is contained in:
@@ -57,7 +57,7 @@ export default {
|
||||
show: true,
|
||||
color: '#02FEFF',
|
||||
fontSize: 16,
|
||||
fontFamily: 'PingFang-SC'
|
||||
fontFamily: 'PingFang-SC',
|
||||
},
|
||||
emphasis: {
|
||||
disabled: true,
|
||||
@@ -66,7 +66,8 @@ export default {
|
||||
itemStyle: {areaColor: '#02bcff29',},
|
||||
label: {fontSize: 16, fontWeight: 'bold', color: '#02FEFF'}
|
||||
},
|
||||
zoom: 1.2
|
||||
zoom: 1.2,
|
||||
data: geoJSON.features.map(e => e.properties)
|
||||
},
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user