Closed grimsa closed 2 years ago
This fixes a minor inconsistency:
LINESTRING (1 2, 3 4)
WKTWriter
LineString
LINESTRING( 1 2, 3 4)
LineSegment#toString
After this change LINESTRING (1 2, 3 4) is produced consistently
This fixes a minor inconsistency:
LINESTRING (1 2, 3 4)
was produced byWKTWriter
when serializingLineString
LINESTRING( 1 2, 3 4)
was produced byLineSegment#toString
After this change
LINESTRING (1 2, 3 4)
is produced consistently