在我的项目中集成树图例Demo时出现以下错误。
以下Javascript错误即将发生。
TypeError:无效的'instanceof'操作数ol.layer.Base
请提供帮助。我的代码是来自Git Hub的GeoExt3的Tree Legend Demo的复制粘贴。
答案 0 :(得分:1)
我认为这与被拉的js文件有关。
Heres a working example at CodePen
Ext.Loader.setConfig({
enabled: true,
paths: {
'GeoExt': '../../src'
}
});