Skip to content

Commit

Permalink
Fix for multipoint bug in wfs provider. Fixes ticket #3829
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed May 18, 2011
1 parent c724ce5 commit 0390131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/wfs/qgswfsdata.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 0390131

Please sign in to comment.