Re: [Mapbuilder-devel] Catalog example for 1.5rc2

2008-02-27 Thread Cameron Shorter
On Thu, Feb 28, 2008 at 11:07 AM, Roald de Wit <[EMAIL PROTECTED]> wrote: > Hi Andreas, > > > On Wed, 2008-02-27 at 14:21 +0100, Andreas Hocevar wrote: > > I am in favour of that. You can make this modification in > > lib/widget/MapPaneOL. > > Great, I'll do that! > Can you explain one thing t

Re: [Mapbuilder-devel] Catalog example for 1.5rc2

2008-02-27 Thread Roald de Wit
Hi Andreas, On Wed, 2008-02-27 at 14:21 +0100, Andreas Hocevar wrote: > I am in favour of that. You can make this modification in > lib/widget/MapPaneOL. Great, I'll do that! Can you explain one thing to me: which of these 2 is better to do and why: this.model.setParam("loadLayerStart", layer

[Mapbuilder-devel] Fwd: [OSGeo-Discuss] Google Summer of Code 2008

2008-02-27 Thread Steven M. Ottens
Hi all Google SoC has been announced and OSGeo is joining. So I'd like to invite everybody to think if we have cool projects and mentors to join the SoC. It would be a good opportunity to do some of the stuff we always wanted to finish (SLD editor for instance) and also to get some limeli

Re: [Mapbuilder-devel] Reducing code duplication in Mapbuilder

2008-02-27 Thread Andreas Hocevar
Gertjan van Oosten wrote: > As quoted from Andreas Hocevar: > >> I think replacing firstChild.nodeValue with getNodeValue() was the most >> effort, and I am not sure if this was a good idea, because >> Jean-Sebastien was referring to parsing context properties when he said >> that firstChild.nod

Re: [Mapbuilder-devel] Reducing code duplication in Mapbuilder

2008-02-27 Thread Gertjan van Oosten
As quoted from Andreas Hocevar: > I think replacing firstChild.nodeValue with getNodeValue() was the most > effort, and I am not sure if this was a good idea, because > Jean-Sebastien was referring to parsing context properties when he said > that firstChild.nodeValue does not work. I do not under

Re: [Mapbuilder-devel] Reducing code duplication in Mapbuilder

2008-02-27 Thread Andreas Hocevar
Gertjan, thanks for your efforts! Gertjan van Oosten wrote: > Done this for widgets, tools, models, examples and util. > Also used getNodeValue() and Mapbuilder.parseBoolean() where > appropriate. > I think replacing firstChild.nodeValue with getNodeValue() was the most effort, and I am not

Re: [Mapbuilder-devel] Reducing code duplication in Mapbuilder

2008-02-27 Thread Gertjan van Oosten
Andreas, As quoted from Andreas Hocevar <[EMAIL PROTECTED]>: > This issue is now addressed in http://jira.codehaus.org/browse/MAP-500, > [...] > TODO: use it in all widgets, tools and models. Volunteers are welcome! Done this for widgets, tools, models, examples and util. Also used getNodeValue(

Re: [Mapbuilder-devel] proposal: ExampleList widget

2008-02-27 Thread Gertjan van Oosten
As quoted from "Steven M. Ottens" <[EMAIL PROTECTED]>: > A few meetings ago I mentioned that it would be nice to have an > example-list widget for our examples. I'd like to introduce such a > widget in the upcoming release, although there's a widget stop. You have my +1. I see that you're alre

Re: [Mapbuilder-devel] Catalog example for 1.5rc2

2008-02-27 Thread Andreas Hocevar
Hi Roald, thanks for your efforts! Roald de Wit wrote: > - Added a loading spinner per layer (needed to change MapPaneOL.js and > have made a local copy). > I am in favour of that. You can make this modification in lib/widget/MapPaneOL. > Please have a look at examples/catalog/ and tell me