GDALException on null #243
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
Another bug has been detected, which occurs on the geometry form's is_valid() call:
The provided geometry contains three features, where one feature does not provide any
geometrydata.Fix
If a feature does not contain geometry, simply ignore it and continue iterating over all provided features.
Fixed and merged in #244