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