Re: [Mapbuilder-devel] Missing MapContainerBase

2007-07-13 Thread Andreas Hocevar
Hi, On 7/13/07, Kralidis,Tom [Burlington] <[EMAIL PROTECTED]> wrote: > > I changed all instances of MapPane to MapPaneOL in my config. I now > encounter the same js error, now from AoiBoxDHTML.js (line 49). > > Is AoiBoxDHTML affected by the merge also? Yes. But you can just remove it from your

Re: [Mapbuilder-devel] Missing MapContainerBase

2007-07-13 Thread Kralidis,Tom [Burlington]
7 2:16 PM > To: Kralidis,Tom [Burlington] > Cc: [email protected] > Subject: Re: [Mapbuilder-devel] Missing MapContainerBase > > Hi Tom, > > the ol-integration sandbox was merged back to trunk recently. > This means that MapPane and MapPane2, as

Re: [Mapbuilder-devel] Missing MapContainerBase

2007-07-13 Thread Andreas Hocevar
Hi Tom, the ol-integration sandbox was merged back to trunk recently. This means that MapPane and MapPane2, as well as MapContainerBase, are deprecated. Solution: Use MapPaneOL instead. This means: all map content is now rendered using the OpenLayers library. Regards, Andreas. On 7/13/07, Krali

[Mapbuilder-devel] Missing MapContainerBase

2007-07-13 Thread Kralidis,Tom [Burlington]
Hi, Using trunk and FF 2.0.0.4, I get the following error: " MapContainerBase is not defined http://devgeo.cciw.ca/mapbuilder/lib/widget/MapPane.js Line 24 " App: http://devgeo.cciw.ca/mapbuilder/demo/reseau/ Config: http://devgeo.cciw.ca/mapbuilder/demo/reseau/config.xml Any ideas? Note th