[Geoserver-users] WFS GetFeature returning bbox

Hi,

If I issue a WFS GetFeature request with no PropertyName or filter specified
for a particular feature, I'm returned a full set of the feature's
properties and some additional information including the bounding box of the
points returned.

However, if I repeat the request but this time specify an individual
property to return (via PropertyName) then the single property information
is returned, as expected, but the additional bounding box information is
not.

Is there a way, using the second request, to instruct the GetFeature call to
return the bounding box of the feature parameters returned.

[Just to clarify I don't want to pass the bbox to geoserver, I want it to be
returned from geoserver]
    
Thanks,
Dave
--
View this message in context: http://www.nabble.com/WFS-GetFeature-returning-bbox-tp21831357p21831357.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

djud ha scritto:

Hi,

If I issue a WFS GetFeature request with no PropertyName or filter specified
for a particular feature, I'm returned a full set of the feature's
properties and some additional information including the bounding box of the
points returned.

However, if I repeat the request but this time specify an individual
property to return (via PropertyName) then the single property information
is returned, as expected, but the additional bounding box information is
not.

Is there a way, using the second request, to instruct the GetFeature call to
return the bounding box of the feature parameters returned.

The was a thread about this topic a few days ago. Look for "A simple zoom to feature method".

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Thanks again Andrea, the link you supplied has the answer - I just had to
include the geometry as one of the PropertyName items and the BBOX was
returned.

Cheers,
Dave

--
View this message in context: http://www.nabble.com/WFS-GetFeature-returning-bbox-tp21831357p21831845.html
Sent from the GeoServer - User mailing list archive at Nabble.com.