[Geoserver-devel] [jira] Created: (GEOS-4887) EnvelopePanel rounds bounds coordinates to three decimals

EnvelopePanel rounds bounds coordinates to three decimals
---------------------------------------------------------

                 Key: GEOS-4887
                 URL: https://jira.codehaus.org/browse/GEOS-4887
             Project: GeoServer
          Issue Type: Bug
          Components: Wicket UI
    Affects Versions: 2.1.2
            Reporter: Gabriel Roldán
            Assignee: Gabriel Roldán
             Fix For: 2.1.3

EnvelopePanel uses wicket TextField for the bounds coordinates. TextField rounds numbers to three decimals.
This is inconvenient for certain uses of EnvelopePanel if more accuracy is needed. For instance, in order to use it to define a gwc gridset coordinate (work in progress on a branch), it is needed that the bounds coordinate are as accurate as possible as one bbox corner is used as tile origin.

Solution is to use a TextField subclass that provides an alternative IConverter that allows for more decimal places.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira