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

2008-02-19 Thread Roald de Wit
Hi Markus et al, As a start to get our catalog example in MB, i've uploaded a nearly working stripped down version to the trunk (r3860). One can type in keywords in the 'Search for layers' section and choose a service type. After searching the result list gets filled (replaced in this case, since

[Mapbuilder-devel] WMC, OWS Context, and ContextCollection examples

2008-02-19 Thread Cameron Shorter
A few days back, Jody asked for some Context and OWS Context examples, muttering something about updating context support in UDig. I've CCed a couple of other lists that may be interested. Jody, feel free to forward onto the UDig list. Currently, the authoritative source for OWS Context is Tom

Re: [Mapbuilder-devel] Where is "serializeUrl"?

2008-02-19 Thread Mike Adair
The JAVA serializer is written as a servlet and configured in the server/java/etc/web.xml file. There the servlet gets mapped to the (contextPath)/writeXml URL. Source code for it is in server/java/src/mapbuilder/XmlSerializer. Mike Rober Corona wrote: > Hi all! > > I am trying to configur

Re: [Mapbuilder-devel] Geosever use just default SLD, not my SLD in mapbuilder

2008-02-19 Thread Andreas Hocevar
Hi, Rober Corona wrote: > Hey everybody! > > I'm trying to apply a certain SLD (not the default one) to a WMS > hosted in Geoserver. I´m using the "OnlineResource" to apply the SLD > in the following way:(i have omitted some marks for problems with my > mail server). > > StyleList >

[Mapbuilder-devel] Geosever use just default SLD, not my SLD in mapbuilder

2008-02-19 Thread Rober Corona
Hey everybody! I'm trying to apply a certain SLD (not the default one) to a WMS hosted in Geoserver. I´m using the "OnlineResource" to apply the SLD in the following way:(i have omitted some marks for problems with my mail server). StyleList Style current=1 SLD OnlineResource xlink:

Re: [Mapbuilder-devel] Where is "serializeUrl"?

2008-02-19 Thread Andreas Hocevar
Hi, Rober Corona wrote: > > I am trying to configure mapbuilder with Tomcat. In first time in the > file "mapBuilderConfig.jsp" i have changed the line: > /<%--<%= request.getContextPath() %>/proxy--%>/ > for: /<%= request.getContextPath() > %/MapbuilderProxy.jsp/ > and the WFS examples find t