I have an existing multipolygon PostGIS table. The entry in the geometry_columns is multipolygon and there are constraints on the table (2d, multipolygon and SRS).
1. When trying to write some features from a shapefile reader, only the single part polygons are written to the table. The multipart polygons get following warning:
Geometry might not be representable in requested form
The allowed geometries parameter in the writer is set to "postgis_multipolygon".
2. In QGIS I can open the table and view the single part polygons that are written to the table, but the geometry column of the features is empty.
Found some similar topics in the FME talk but these are not really solving my problem.
Any ideas?
Thx,
Rob