[QGIS Commit] r10214 - trunk/qgis/src/plugins/spit

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Feb 20 11:26:02 EST 2009


Author: jef
Date: 2009-02-20 11:26:02 -0500 (Fri, 20 Feb 2009)
New Revision: 10214

Modified:
   trunk/qgis/src/plugins/spit/qgsshapefile.cpp
Log:
fix #1557

Modified: trunk/qgis/src/plugins/spit/qgsshapefile.cpp
===================================================================
--- trunk/qgis/src/plugins/spit/qgsshapefile.cpp	2009-02-20 11:36:11 UTC (rev 10213)
+++ trunk/qgis/src/plugins/spit/qgsshapefile.cpp	2009-02-20 16:26:02 UTC (rev 10214)
@@ -64,7 +64,7 @@
     valid = false;
   setDefaultTable();
   // init the geometry types
-  geometries << "NULL" << "POINT" << "LINESTRING" << "POLYGON" << "MULTPOINT"
+  geometries << "NULL" << "POINT" << "LINESTRING" << "POLYGON" << "MULTIPOINT"
   << "MULTILINESTRING" << "MULTIPOLYGON" << "GEOMETRYCOLLECTION";
 
   codec = QTextCodec::codecForName( encoding.toLocal8Bit().data() );



More information about the QGIS-commit mailing list