Skip to content

Commit 792862b

Browse files
author
jef
committed
fix #1526
git-svn-id: http://svn.osgeo.org/qgis/trunk@10101 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a5c2aec commit 792862b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsvectorfilewriter.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ bool QgsVectorFileWriter::addFeature( QgsFeature& feature )
217217
case QVariant::Double:
218218
OGR_F_SetFieldDouble( poFeature, ogrField, attrValue.toDouble() );
219219
break;
220+
case QVariant::LongLong:
220221
case QVariant::String:
221222
OGR_F_SetFieldString( poFeature, ogrField, mCodec->fromUnicode( attrValue.toString() ).data() );
222223
break;

0 commit comments

Comments
 (0)