Browse Source

Merge branch 'dev_shequzhili' into test

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

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

@ -616,13 +616,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