Re: [OpenLayers-Users] this.div.appendChild is not a function OpenLayers.js (line 897)

2010-05-20 Thread Jan Henrik Øverland
It was a jQuery $() problem. The noConflict method solved it. $.noConflict(); On Thu, May 20, 2010 at 3:42 PM, Bart van den Eijnden (OSGIS) < bart...@osgis.nl> wrote: > Hi, > > can you show us a *minimal* example to reproduce your issue? > > Best regards, > Bart > > > Using OL 2.9.1 did not so

Re: [OpenLayers-Users] this.div.appendChild is not a function OpenLayers.js (line 897)

2010-05-20 Thread Bart van den Eijnden (OSGIS)
Hi, can you show us a *minimal* example to reproduce your issue? Best regards, Bart > Using OL 2.9.1 did not solve it. > > > On Thu, May 20, 2010 at 2:30 PM, Jan Henrik Øverland < > janhenrik.overl...@gmail.com> wrote: > >> Hi, Firebug reports: this.div.appendChild is not a function >> OpenLayer

Re: [OpenLayers-Users] this.div.appendChild is not a function OpenLayers.js (line 897)

2010-05-20 Thread Jan Henrik Øverland
Using OL 2.9.1 did not solve it. On Thu, May 20, 2010 at 2:30 PM, Jan Henrik Øverland < janhenrik.overl...@gmail.com> wrote: > Hi, Firebug reports: this.div.appendChild is not a functionOpenLayers.js > (line 897) -> this.div.appendChild(this.element); > > By using alerts I can see that this

[OpenLayers-Users] this.div.appendChild is not a function OpenLayers.js (line 897)

2010-05-20 Thread Jan Henrik Øverland
Hi, Firebug reports: this.div.appendChild is not a functionOpenLayers.js (line 897) -> this.div.appendChild(this.element); By using alerts I can see that this happens when the overviewmap control is added to the map: MAP.addControl(new OpenLayers.Control.OverviewMap({ div: $('overviewmap'