Hi devs, I'm facing a little problem for which I'm sure to find some clue here... I'm writing a Python module to automatically import data (shp, tab) to a postgis table. I've written it based on the vec_tr.py python example. But it appears my geometries are not all of the same ogr type. Some are polygons and others are multipolygon. Is there a way to transform an ogr geometry on the fly from one type to another to allow to populate the whole table with multipolygons ?
Thanks ! -- Guillaume SUEUR _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
