使用产品:iserver 10.2.1
操作系统:win11 x64
数据类型: 文件型
问题详细描述:_leaflet.default.supermap.FGBLayer is not a constructor?报错
参照这个写的,但是报错了
new L.supermap.FeatureService(url).getFeaturesBySQL(
sqlParam,
function (serviceResult) {
new L.supermap.FGBLayer(serviceResult.result.newResourceLocation, {
strategy: 'all'
}).addTo(map);
},
'FGB'
);
是安装的依赖有问题吗?"@supermap/iclient-leaflet": "^11.0.1",还是其他啥原因