你好,根据错误提示,看一下node_modules下是否有对应的flatgeobuf文件,
在引入@supermap/iclient-ol后,是否有安装 @supermap/babel-plugin-import和在.babelrc或babel.config.js中添加配置:
{ "plugins": [ ["@supermap/babel-plugin-import", { "libraryName": "@supermap/iclient-leaflet" } ] ] },
建议根据博客步骤来:https://blog.csdn.net/supermapsupport/article/details/109294147