收藏
回答

map组件,当有两个区域时polygon的值如何设置?

要在地图上展示两个多边形区域,请问polygon里面的point值分别怎么样设置

最后一次编辑于  2019-11-21
回答关注问题邀请回答
收藏

1 个回答

  • C丶xy
    C丶xy
    2019-11-25

    polygons: [{

    points: locale.features[1].geometry.coordinates[0],

    fillColor: 'yellow',

    strokeColor: 'white',

    strokeWidth: 1

    },{

    points: locale.features[0].geometry.coordinates[0],

    fillColor: 'red',

    strokeColor: 'white',

    strokeWidth: 1

    }]


    2019-11-25
    有用
    回复
登录 后发表内容
问题标签