Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.1.RC4
-
Fix Version/s: UDIG 1.2.M6
-
Component/s: catalog, metadata and search, file format
-
Labels:None
Description
In CatalogExport class CompareFilter filters are used to check whether it's possible to save layer contents to the shapefile . If the layer's georesource is a shapefile with polygonal type of geometry, usually MultiPolygon type is used as super-type of all polygonal features and as a type of the shapefile correspondingly. It is not handled in CatalogExport and exporting is failed.
We make use of Shapefile.createSchema directly so we need to check the geotools code