[Mapbuilder-devel] Welcome Eric Lam from Lisasoft

2007-08-08 Thread Cameron Shorter
As part of your work extending Mapbuilder with Lisasoft, I have created an account for you so that you can commit code into the Mapbuilder repository. You can create yourself a directory under mapbuilder/sandbox/mvivian/ which you can use as your own sandbox. Until you have built up your reput

Re: [Mapbuilder-devel] release progress

2007-08-08 Thread Cameron Shorter
I've closed MAP-38 as unreproducable. Steven M. Ottens wrote: > hi all, > > An update on the release progress: > There are about 25 open bugs in JIRA: > most of them are pre ol-integration > > BugMAP-421 Graticule remains shown when deselected, e.g. aft

[Mapbuilder-devel] Welcome Martin Vivian from Lisasoft

2007-08-08 Thread Cameron Shorter
Martin, As part of your work extending Mapbuilder with Lisasoft, I have created an account for you so that you can commit code into the Mapbuilder repository. You can create yourself a directory under mapbuilder/sandbox/mvivian/ which you can use as your own sandbox. Until you have built up you

Re: [Mapbuilder-devel] design question wrt mouse button handling

2007-08-08 Thread Cameron Shorter
Steven, I think that you are on track by having a "mode" concept which is an aggregation of tools. A designer should easily be able to create a new mode and assign a new set of tools to that mode. Ie, in the EditMode, you attach: scrollwheelZoom.js dragPan.js .left click

Re: [Mapbuilder-devel] design question wrt mouse button handling

2007-08-08 Thread Steven M . Ottens
YO, I've been thinking some more; I believe that the PanZoomBar should be on always, at least if the user wants the panzoombar. So it's a configuration option of MapPaneOL. The panzoombar can work (and IMO should work) in both the drag mode and the editing mode. The things that change are the

Re: [Mapbuilder-devel] List of files to be archived/deprecated/need-info

2007-08-08 Thread Gertjan van Oosten
As quoted from Andreas Hocevar <[EMAIL PROTECTED]>: > But there are some things left to do: > - removal of unused messages from WidgetText.xml (#3 from Gertjan's list) Done. Regards, -- -- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600 -

Re: [Mapbuilder-devel] design question wrt mouse button handling

2007-08-08 Thread Steven M. Ottens
Hi On Aug 8, 2007, at 10:16 AM, Andreas Hocevar wrote: > Hi, > > On 8/7/07, Steven M. Ottens <[EMAIL PROTECTED]> wrote: >> This makes sense, do you have an idea how long it will be before the >> "editing mode" will be part of the OL-trunk and also in which sandbox >> it is currently hiding? > > N

Re: [Mapbuilder-devel] design question wrt mouse button handling

2007-08-08 Thread Andreas Hocevar
Hi, On 8/7/07, Steven M. Ottens <[EMAIL PROTECTED]> wrote: > This makes sense, do you have an idea how long it will be before the > "editing mode" will be part of the OL-trunk and also in which sandbox > it is currently hiding? Not sure, but here is some information about it: http://trac.openlaye

Re: [Mapbuilder-devel] Bug? in lib/util/Utils.js::transformNodeToString()

2007-08-08 Thread Andreas Hocevar
Hi, just as a hint to everyone who's custom widgets are broken by this change in Util.js: for widgets based on WidgetBaseXSL.js, you can always define a postPaint method to unescape the output: this.postPaint = function(objRef) { objRef.node.firstChild.innerHTML = objRef.node.firstChi