You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GEOS reads the srid from WKB as a signed integer, and also stores it as a signed integer. This behavior should probably be preserved in this library, instead of trying to cast it to usize (and returning Err if not possible).
The text was updated successfully, but these errors were encountered:
GEOS reads the srid from WKB as a signed integer, and also stores it as a signed integer. This behavior should probably be preserved in this library, instead of trying to cast it to usize (and returning
Err
if not possible).The text was updated successfully, but these errors were encountered: