Hi all,
Working with PostGIS, I noticed a strange behaviour concerning geometry type when duplicating reader to writer:
- postgis_point > postgis_multipoint
- postgis_multipolygon > postgis_multipolygon
- postgis_multilinestring > postgis_multilinestring
Why the points are handled like that (point > multipoint)? And is there a way to avoid that?
Thanks in advance.
Rémi



