Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1073) WMS Renderer should perform a better search for a matchin CRS and cache the results

WMS Renderer should perform a better search for a matchin CRS and cache the results
-----------------------------------------------------------------------------------

                 Key: UDIG-1073
                 URL: http://jira.codehaus.org/browse/UDIG-1073
             Project: uDIG
          Issue Type: Bug
          Components: wms
    Affects Versions: UDIG 1.1.RC4
            Reporter: Richard Gould
         Assigned To: Richard Gould
             Fix For: UDIG 1.1.1


The WMS renderer could use some improvements with regards to how it handles CRS. Currently it is very EPSG:4326-centric, forcing the map to default to this CRS, which in turn forces shapefiles with a CRS that does not declare an EPSG to reproject. 

The WMS Renderer should compare the map's CRS with each EPSG CRS that the server knows of. If there is an identity transform (they are equivalent), then use that EPSG in the following requests. It should also cache this result statically, so other layers may use it.



-- 
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

        


Back to the top