GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
132 stars 63 forks source link

BaseWktParser throws WkbDecodeException instead of WktDecodeException #136

Closed mwiater1 closed 3 years ago

mwiater1 commented 3 years ago

BaseWktParser seems to incorrectly throw a WkbDecodeException instead of a WktDecodeException upon incorrect input. I have attached a pull request fixing this if its actually an issue.