Skip to content
Permalink
Browse files
Fix for multipoint bug in wfs provider. Fixes ticket #3829
  • Loading branch information
mhugent committed May 18, 2011
1 parent c724ce5 commit 0390131
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 0390131

Please sign in to comment.