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-
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
>
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
>
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
+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
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
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
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