Hello, I'm using geoserver 2.1.1 and having trouble with a wms request This is my request: http://localhost:8081/geoserver/wms?SERVICE=WMS&LAYERS=vito:33441c61-6706-4eb4-aa71-ceb24c34beef&TRANSPARENT=TRUE&FORMAT=image%2Fpng&VERSION=1.3.0&EXCEPTIONS=INIMAGE&REQUEST=GetMap&STYLES=&SRS=EPSG:4326&BBOX=51,4.0,51.5,4.47&WIDTH=1085&HEIGHT=399 And this is the error I get back: 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 think it's a weird error because I am only doing 1 wms request. I did some extra tests with the wms request, I changed some parameters like wms version and bbox. These are the results: #version 1.3.0 => exception from above http://localhost:8081/geoserver/wms?SERVICE=WMS&LAYERS=vito:33441c61-6706-4eb4-aa71-ceb24c34beef&TRANSPARENT=TRUE&FORMAT=image%2Fpng&VERSION=*1.3.0*&EXCEPTIONS=INIMAGE&REQUEST=GetMap&STYLES=&SRS=EPSG:4326&BBOX=51,4.0,51.5,4.47&WIDTH=1085&HEIGHT=399 #version 1.3 => white image http://localhost:8081/geoserver/wms?SERVICE=WMS&LAYERS=vito:33441c61-6706-4eb4-aa71-ceb24c34beef&TRANSPARENT=TRUE&FORMAT=image%2Fpng&VERSION=*1.3*&EXCEPTIONS=INIMAGE&REQUEST=GetMap&STYLES=&SRS=EPSG:4326&BBOX=51,4.0,51.5,4.47&WIDTH=1085&HEIGHT=399 #Change version to 1.1.1 => white image, (probably no data available for that roi?) http://localhost:8081/geoserver/wms?SERVICE=WMS&LAYERS=vito:33441c61-6706-4eb4-aa71-ceb24c34beef&TRANSPARENT=TRUE&FORMAT=image%2Fpng&VERSION=*1.1.1*&EXCEPTIONS=INIMAGE&REQUEST=GetMap&STYLES=&SRS=EPSG:4326&BBOX=51,4.0,51.5,4.47&WIDTH=1085&HEIGHT=399 #Version to 1.1.1, change x and y => image is visible http://localhost:8081/geoserver/wms?SERVICE=WMS&LAYERS=vito:33441c61-6706-4eb4-aa71-ceb24c34beef&TRANSPARENT=TRUE&FORMAT=image%2Fpng&VERSION=*1.1.1*&EXCEPTIONS=INIMAGE&REQUEST=GetMap&STYLES=&SRS=EPSG:4326&BBOX=*4.0,51,4.47,51.5*&WIDTH=1085&HEIGHT=399 Does anybody know what the problem can be? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/The-coordinate-reference-system-must-be-the-same-for-all-objects-tp7024517p7024517.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
