+ fix accidental typo :)
This commit is contained in:
parent
99dcc76860
commit
499f8aefc5
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ feature_ptr postgis_featureset::next()
|
|||
int size = rs_->getFieldLength(0);
|
||||
const char *data = rs_->getValue(0);
|
||||
|
||||
if (geometry_utils::from_wkb(feature->paths(), data, size))
|
||||
if (!geometry_utils::from_wkb(feature->paths(), data, size))
|
||||
continue;
|
||||
|
||||
totalGeomSize_ += size;
|
||||
|
|
Loading…
Reference in a new issue