遇到的问题:我在写浦口街道的地图时,遇到报错‘Invalid geoJson format Cannot read property 'length' of undefined’,焦头烂额!!!
原因:echarts识别不了GeometryCollection,地图中属于同一个街道,但是两片区域不连在一起,是分开的
解决:改变这个街道的json格式
生成的json格式是:
修改后的格式:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "河口区"
},
"geometry": {
"type":