ColorBrewer uses toLowerCase to transform filenames, but fails in Turkish locale
--------------------------------------------------------------------------------

                 Key: GEOT-1629
                 URL: http://jira.codehaus.org/browse/GEOT-1629
             Project: GeoTools
          Issue Type: Bug
          Components: core styling
            Reporter: Nathan Tolbert


in org.geotools.brewer.color.ColorBrewer, method loadPalettes(PaletteType), 
toLowerCase() is used to transform the uppercase palette type name to the 
lowercase file name.

This fails if running under Turkish Locale, as the I is transformed to a 
turkish lowercase i, instead of the i in the filenames.

Instead, need to use toLowerCase (Locale.English) or something similar

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

        

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to