[Mapbuilder-devel] demo site down-ish

2008-02-26 Thread Cameron Shorter
Matt, Do you know what has happened here? Most of the web pages linked from: http://demo.communitymapbuilder.org/ are throwing an error: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /demo/mapbuilder-lib-1.5-

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

2008-02-26 Thread Cameron Shorter
Roald de Wit wrote: > Hello, > > I've just checked in a new version of the catalog (r3872) with the > following changes (come from our CGDI-IP project): > > - Added Layer Metadata: is in a separate widget now (and still hardcoded > Andreas!), but is a proof of concept. Want to reference XSL from >

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

2008-02-26 Thread Cameron Shorter
Roald de Wit wrote: > Hello, > > I've just checked in a new version of the catalog (r3872) with the > following changes (come from our CGDI-IP project): > > - Added Layer Metadata: is in a separate widget now (and still hardcoded > Andreas!), but is a proof of concept. Want to reference XSL from >

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

2008-02-26 Thread Roald de Wit
Hello, I've just checked in a new version of the catalog (r3872) with the following changes (come from our CGDI-IP project): - Added Layer Metadata: is in a separate widget now (and still hardcoded Andreas!), but is a proof of concept. Want to reference XSL from LayerControl widget. - Added a loa

Re: [Mapbuilder-devel] proposal: ExampleList widget

2008-02-26 Thread Cameron Shorter
+1 from me too. Great idea. Andreas Hocevar wrote: > Steven, > > I'm totally in favour of your proposal! > +1 > > Regards, > Andreas. > > Steven M. Ottens wrote: > >> Hi all, >> >> A few meetings ago I mentioned that it would be nice to have an >> example-list widget for our examples. I'd lik

Re: [Mapbuilder-devel] proposal: ExampleList widget

2008-02-26 Thread Andreas Hocevar
Steven, I'm totally in favour of your proposal! +1 Regards, Andreas. Steven M. Ottens wrote: > Hi all, > > 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

[Mapbuilder-devel] proposal: ExampleList widget

2008-02-26 Thread Steven M. Ottens
Hi all, 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. The widget is very simple and is only used to have a nicely ordered Example set and simp

Re: [Mapbuilder-devel] Thoughts on MAP500, automatically setting properties from the config file

2008-02-26 Thread Andreas Hocevar
Hi, I just commited r3871, which makes parsing properties even more convenient. Instead of saying this.foo = Mapbuilder.getProperty(widgetNode, "mb:foo", "default"); we can now say this.foo = this.getProperty("mb:foo", "default"); in all widgets, models and tools that inherit from (Widget|M