locationtech / jts

The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
Other
1.98k stars 443 forks source link

Fixes regression in WKTReader. #892

Closed jnh5y closed 2 years ago

jnh5y commented 2 years ago

https://github.com/locationtech/jts/commit/96e76995 introduced a small change in how geometries like "POINT M (2 0 20))" were read.

This adds a test and (hopefully) fixes the change.