Thank you Jody for your detailed reply. We also had some problematic layers that actually contained some corrupted tiff-files which prevented those layers from working properly. Layers started to work fine after corrupted tiff-files were removed when using &version=1.1.1.
Ville Karppinen ________________________________________ From: Jody Garnett [[email protected]] Sent: Friday, September 05, 2014 21:38 To: Ville Karppinen Cc: [email protected] Subject: Re: [Geoserver-users] Gs 2.5.2 exception: crs must be the same for all objects You can have different bounding boxes and elevations and so on. However all geometry must be in the same spatial reference system. This is a consequence of the WFS / WMS protocols (the SRS used is documented in the GetCapabilities document so that clients can figure out what SRS to use when making a request). This 'assumption' is also used to allow GeoServer to work efficiently, we can safely accept a request is any SRS, transform the request into the SRS used by the data store, and then transform the raw features coming back from the datastore to those the SRS requested by the user when making a response. Jody Garnett On Wed, Sep 3, 2014 at 4:05 AM, Ville Karppinen <[email protected]<mailto:[email protected]>> wrote: Hi, I updated GeoServer from 2.5 version to 2.5.2. After this update, geoserver started to give exception for layers that have multiple elevations and use different bounding boxes for different elevations when using service=WMS&version=1.3.0. The exception is: "Error rendering coverage on the fast path org.opengis.geometry.MismatchedReferenceSystemException: The coordinate reference system must be the same for all objects. The coordinate reference system must be the same for all objects." I tried to google some tips for this but did not find any. I would like to know if there is any way, for example, to configure geoserver to allow different bboxes for different elevations in a single layer? Best regards, -- Ville Karppinen [email protected]<mailto:[email protected]> +358407509542<tel:%2B358407509542> ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Geoserver-users mailing list [email protected]<mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/geoserver-users ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
