Riccardo D'Alvito wrote > In the creation of a Shapefile, in the choice of the type of geometry you > have point, multipoint, line and polygon.
The shapefile format (as you can read in the ESRI technical description already linked by Nicolas Cadieux) supports only the following base "shape types" (excluding Null Shape, Multipatch and Z and M variants) called: - Point - MultiPoint - PolyLine - Polygon The "Point" type only stores single-part geometries, while MultiPoint, PolyLine and Polygon types can store multi-part geometries. Best regards. Andrea -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
