I use ogr2ogr to import a shapefile in a sqlserver database. It works fine but the geometries inserted in the database are composed of polygons with holes (interior rings) whereas in the source shapefile geometries are composed of polygons without holes.
Is there a way to ask ogr2ogr not to produce polygons with holes? I'd like ogr2ogr not to modify the geometries.
Thanks, Mickaël