报错内容:this._map.latLngToAccurateContainPint is not a function
我是想加载案例中https://iclient.supermap.io/examples/leaflet/editor.html#graphThemeLayer
的饼图,通过打印themeLayer,发现有一点点不一样,官方的是
我的这个位置是Vector,饼图出不来,报上面的错误,不知道是什么问题
您好,从您的描述来看,可能是您的 themeLayer 定义或者绑定的内容不对。
该demo中的 themeLayer 是L.supermap.GraphThemeLayer,
参考https://iclient.supermap.io/docs/leaflet/GraphThemeLayer.html
希望可以帮助到您。
问题已解决:vue3 leaflet
解决方法,我之前都是通过import 引入leaflet,研究视频之后,其实不是这样的,是要下载两个文件,https://iclient.supermap.io/web/introduction/leafletDevelop.html#Ready,放到项目public下,在html中引入,在组件中
let L = window.L就正常使用了,虽然window.L划红线,但是运行没问题哈