locationtech / jts

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

Update LineSegment#toString to be consistent with LineString WKT representation #910

Closed grimsa closed 2 years ago

grimsa commented 2 years ago

This fixes a minor inconsistency:

After this change LINESTRING (1 2, 3 4) is produced consistently