David Collins wrote:
> In the 'Layer Preview' I try to create an Open Layers map of the data
> in a particular layer within the WFS Data Store.
>
> When the URL in the WFS Data Store is
> http://maitdevgi:8080/geoserver/wfs?service=WFS&version=1.0.0&request=
> GetCapabilities I have success - the map appears.
>
> When the URL in the WFS Data Store is
> http://maitdevgi:8080/geoserver/wfs?service=WFS&request=GetCapabilitie
> s or
> http://maitdevgi:8080/geoserver/wfs?service=WFS&request=GetCapabilitie
> s&version=1.1.0 this fails.

David,

I think it would be because the BBOX filter differs between WFS versions. If 
you look at the spec for 1.0 it shows this example:

<Filter>
        <BBOX>
                <PropertyName>Geometry</PropertyName>
                <gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml#4326";>
                        <gml:coordinates>13.0983,31.5899 
35.5472,42.8143</gml:coordinates>
                </gml:Box>
        </BBOX>
</Filter>

While 1.1 shows this:

<Filter>
        <BBOX>
                <PropertyName>Geometry</PropertyName>
                <gml:Envelope 
srsName="http://www.opengis.net/gml/srs/epsg.xml#63266405";>
                        <gml:lowerCorner>13.0983 31.5899</gml:lowerCorner>
                        <gml:upperCorner>35.5472 42.8143</gml:upperCorner>
                </gml:Envelope>
        </BBOX>
</Filter>

Regards,

Miles



___________________________________________________________________________

    Australian Antarctic Division - Commonwealth of Australia
IMPORTANT: This transmission is intended for the addressee only. If you are not 
the
intended recipient, you are notified that use or dissemination of this 
communication is
strictly prohibited by Commonwealth law. If you have received this transmission 
in error,
please notify the sender immediately by e-mail or by telephoning +61 3 6232 
3209 and
DELETE the message.
        Visit our web site at http://www.antarctica.gov.au/
___________________________________________________________________________
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to