0

I am having the following error while integrating tree legend Demo in my Project.

The following Javascript error is coming.

TypeError: invalid 'instanceof' operand ol.layer.Base

Please provide help. My code is copy paste from Tree Legend Demo of GeoExt3 from Git Hub.

Tarabass
  • 3,132
  • 2
  • 17
  • 35
prem30488
  • 2,828
  • 2
  • 25
  • 57

1 Answers1

1

I think it has to do with js files being pulled.

Heres a working example at CodePen

Ext.Loader.setConfig({
            enabled: true,
            paths: {
                'GeoExt': '../../src'
            }
        });
JesseRules
  • 723
  • 5
  • 17