Hi list,

Can you have more than 1 geometry attribute in a feature?
I'm just wondering, because I'm trying to fix bounding box query for complex 
features.
It works with my fix, but only if you don't specify the geometry attribute name 
(so it will use the default geometry, ie. the first (and only?) geometry 
attribute).
eg. 
wfs?request=GetFeature&typeName=gsml:MappedFeature&bbox=132,-27,133,-26<http://localhost:8080/geoserver/wfs?request=GetFeature&typeName=gsml:BoreholeDetails&bbox=132,-27,133,-26>
 works

But if I specify the geometry attribute name in the filter, it doesn't work.
eg. 
wfs?request=GetFeature&typeName=gsml:MappedFeature&propertyName=gsml:shape&bbox=132,-27,133,-26<http://localhost:8080/geoserver/wfs?request=GetFeature&typeName=gsml:BoreholeDetails&bbox=132,-27,133,-26>

I know where to fix it, I'm just not sure if I should (ie. if this scenario 
should be supported, or ever needed).

Thank's

Rini
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to