Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.2.0
-
Fix Version/s: UDIG 1.2.1
-
Component/s: catalog, metadata and search
-
Labels:None
Description
Now bmp format is not supported in uDig. Is it possible to add it ?
I see on this page: http://udig.refractions.net/confluence/display/EN/World+Plus+Image
Looking at the geotools source code I see:
// bmp
tempSet = new HashSet<String>(2);
tempSet.add(".bmw");
tempSet.add(".bmpw");
BMP_WFILE_EXT = Collections.unmodifiableSet(tempSet);
So I would expect bmp to be supported as it stands?