Closed weiznich closed 6 months ago
This otherwise hits an assertion in gdal debug builds for the OSRClone method
CHANGES.md
See https://github.com/OSGeo/gdal/blob/master/ogr/ogrspatialreference.cpp#L1406 for the relevant assertion in gdal
Can you also add an assert! to SpatialRef::from_c_obj, since its argument must be a valid pointer?
assert!
SpatialRef::from_c_obj
Thanks, will merge once GHA comes back up.
This otherwise hits an assertion in gdal debug builds for the OSRClone method
[x] I added an entry to
CHANGES.md
if knowledge of this change could be valuable to users.See https://github.com/OSGeo/gdal/blob/master/ogr/ogrspatialreference.cpp#L1406 for the relevant assertion in gdal