meteoinfo / MeteoInfo

MeteoInfo: GIS, scientific computation and visualization environment.
http://www.meteothink.org/
GNU Lesser General Public License v3.0
317 stars 94 forks source link

upgrade dep 'jts-core' to 1.16.1 #1

Closed Anebrithien closed 5 years ago

Anebrithien commented 5 years ago

We should upgrade version of jts-core >= 1.16, or maven would complain CoordinateXYM is missing.

org.locationtech.jts.geom.CoordinateXYM is since 1.16, see link.

chenfj068 commented 5 years ago

+1

Anebrithien commented 5 years ago

I found this commit. Maybe I need more test.

Yaqiang commented 5 years ago

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 .

chenfj068 commented 5 years ago

Maybe we should change java7 jts ArtifactId or GroupId to distinguish from official jts

Yaqiang commented 5 years ago

The groupId has been change to org.meteothink: https://search.maven.org/artifact/org.meteothink/jts-core/1.15.1/bundle