import ol from "openlayers";
import {Mapv,Echarts} from "@supermap/iclient-openlayers";
我是这样引入的,然后基础地图ol我能正常使用,能展现地图。然后我用
var mapv=new Mapv(map);
然后我参考官网例子
https://iclient.supermap.io/examples/openlayers/editor.html#mapvPolygon
var dataSet1 = mapv.geojson.getDataSet(geojson);
就不知道如何使用下去了。你们的官网例子真心看的累啊。尽量跟上主流技术框架吧。