Browse Source

地图组件注释

shibei_master
ZhaoTongYao 3 years ago
parent
commit
347620b57f
  1. 10
      src/views/modules/visual/components/screen-map/index.vue

10
src/views/modules/visual/components/screen-map/index.vue

@ -543,13 +543,13 @@ const vueGis = {
}; };
})(); })();
select = new Select({ // select = new Select({
style: overlayStyle // style: overlayStyle
}); // });
// BUG iconicon使icon ---zhaotongyao 2022.06.01
map.addLayer(polygonLayer) map.addLayer(polygonLayer)
map.addInteraction(select); // map.addInteraction(select);
}, },

Loading…
Cancel
Save