GeoExt3中的'instanceof'操作数ol.layer.Base无效

时间:2015-09-08 11:37:48

标签: javascript extjs geoext3

在我的项目中集成树图例Demo时出现以下错误。

以下Javascript错误即将发生。

  

TypeError:无效的'instanceof'操作数ol.layer.Base

请提供帮助。我的代码是来自Git Hub的GeoExt3的Tree Legend Demo的复制粘贴。

1 个答案:

答案 0 :(得分:1)

我认为这与被拉的js文件有关。

Heres a working example at CodePen

Ext.Loader.setConfig({
            enabled: true,
            paths: {
                'GeoExt': '../../src'
            }
        });