Skip to content

Commit

Permalink
apply r10214 to 1.0
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10215 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 20, 2009
1 parent d45724b commit 6611d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/spit/qgsshapefile.cpp
Expand Up @@ -64,7 +64,7 @@ QgsShapeFile::QgsShapeFile( QString name, QString encoding )
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() );
Expand Down

0 comments on commit 6611d4a

Please sign in to comment.