参考https://iclient.supermap.io/examples/leaflet/editor.html#mapVLayerPolygon这个例子开发,代码执行到layer.addTo(map);时报错。
项目是用vue开发,mapv是在public>index.html引入的<script type="text/javascript" src="https://iclient.supermap.io/web/libs/mapv/2.0.62/mapv.min.js"></script>。
您好,MapVLayer的引用不是利用的index.html,当您使用“npm install @supermap/iclient-leaflet”构建Vue项目时,mapv就可以在node_modules文件夹中找到,因此,MapVLayer的引用和TiledMapLayer一致,而mapv.*方法的引用则从mapv文件夹中引用。