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
JTS considers this to be not a parsing error, but a malformed geometry error (which is what IllegalArgumentException indicates. So this is as per design. Just check for both errors.
Demo code:
Expected :class org.locationtech.jts.io.ParseException
Actual :class java.lang.IllegalArgumentException
Affected versions: 1.19.0 and 1.18.2, others not checked
The text was updated successfully, but these errors were encountered: