要在地图上展示两个多边形区域,请问polygon里面的point值分别怎么样设置
polygons: [{
points: locale.features[1].geometry.coordinates[0],
fillColor: 'yellow',
strokeColor: 'white',
strokeWidth: 1
},{
points: locale.features[0].geometry.coordinates[0],
fillColor: 'red',
}]