WMSMapLayer#reference(GeneralEnvelope) mixes up ordinate order.
---------------------------------------------------------------

                 Key: GEOT-3192
                 URL: http://jira.codehaus.org/browse/GEOT-3192
             Project: GeoTools
          Issue Type: Bug
    Affects Versions: 2.6.4
            Reporter: Tuure Laurinolli


WMSMapLayer#reference(GeneralEnvelope) calls ReferencedEnvelope(x1, x2, y1, y2, 
crs) as if it was ReferencedEnvelope(x1, y1, x2, y2, crs), thus mixing up x2 
and y1.

This breaks map rendering via WMSMapLayer, since coordinates passed to server 
in request are generated with getBounds().


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to