Skip to content
Permalink
Browse files
Fix for multipoint bug in wfs provider. Fixes ticket #3829
  • Loading branch information
mhugent authored and timlinux committed May 19, 2011
1 parent 3eb0d66 commit 644bc61
Showing 1 changed file with 1 addition and 0 deletions.
@@ -690,6 +690,7 @@ int QgsWFSData::createMultiPointFromFragments()
mCurrentWKBSize = 0;
mCurrentWKBSize += 1 + 2 * sizeof( int );
mCurrentWKBSize += totalWKBFragmentSize();
mCurrentWKB = new unsigned char[mCurrentWKBSize];

int pos = 0;
QGis::WkbType type = QGis::WKBMultiPoint;

0 comments on commit 644bc61

Please sign in to comment.