Justin Deoliveira ha scritto:
>> - the same column can contain geometries with different spatial
>>   reference system too. I know it sounds crazy, but as far as I remember
>>   OGC WFS makes sure that you can handle that case as well... mixed
>>   with the fact that in GeoServer you have to declare a SRS anyways
>>   (we have no way to support a srs-less dataset at the moment)
>>   it means the code cannot just check if the native SRS is null
>>   (which is what I would expect from a mixed SRS geometry column).
>>   Btw, Justin, can you confirm the above or it's just my memory failing
>>   me?
> 
> The spec definitely does not prohibit it. But the CITE tests only ensure 
> we can handle multiple geoms in the same referencing system.

Then I wonder why we have all this code around checking the JTS Geometry
user data for a per-geometry CRS (in the rendering code in particular,
it was already there before I joined GeoServer)... I thought I saw it
in the GML encoding path but I may be wrong

Cheers
Andrea

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

------------------------------------------------------------------------------
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to