240 发简信
IP属地:湖北
  • openlayers绘制多边形

    import VectorLayer from 'ol/layer/Vector' import VectorSource from 'ol/s...

  • openlayers 加载KML文件

    在设置style样式时,发现不起作用,需要设置一个属性 extractStyles: false import VectorLayer from...

  • openlayers点击事件

    1. 事件监听 -- feature // 为地图注册鼠标单击事件的监听 map.on('singleclick', event => { ma...