Closed Anebrithien closed 5 years ago
+1
I found this commit. Maybe I need more test.
jts-core > 1.16 use Java 8 souce code, but I want to keep MeteoInfo used by Java 7 for better compatibility. You can install this jts locally to sovle the problem: git remote add origin https://github.com/Yaqiang/jts-java7.git .
Maybe we should change java7 jts ArtifactId or GroupId to distinguish from official jts
The groupId has been change to org.meteothink: https://search.maven.org/artifact/org.meteothink/jts-core/1.15.1/bundle
We should upgrade version of
jts-core
>=1.16
, or maven would complainCoordinateXYM is missing
.org.locationtech.jts.geom.CoordinateXYM
is since 1.16, see link.