收藏
回答

为何我设置的polygon地理区域无法在地图上显示?

x相关代码:js
 polygon:[{points:[{
      longitude: 106.705567,
      latitude: 26.583274
    }, {
      longitude:106.713113,
      latitude: 26.599298
    },
    {
      longitude: 106.696081,
      latitude: 26.605759
    },{
      longitude: 106.705567,
      latitude: 26.583274
    },
  ],
  strokeColor:"#FF33FF",
  strokeWidth: 2,
  fillcolor:'#1791fc',
  zIndex:50
  
  }]
wwxml
<map id="map" longitude="{{jingdu}}" latitude="{{weidu}}" scale="14" controls="{{controls}}" bindcontroltap="controltap" markers="{{markers}}" bindmarkertap="markertap" polyline="{{polyline}}" bindregionchange="regionchange" show-location style="width: 100%; height:300px;" polygon="{{polygon}}"></map>
回答关注问题邀请回答
收藏

2 个回答

  • 荡荡
    荡荡
    2020-07-07

    我也是这样,请问找到解决方法了吗

    2020-07-07
    有用
    回复
  • Hall of fame
    Hall of fame
    2020-06-19

    现在显示的截图

    2020-06-19
    有用
    回复
登录 后发表内容
问题标签