mbedward / jaitools

Raster image processing for Java developers
17 stars 15 forks source link

Update to JTS 1.15.0 #234

Closed jnh5y closed 6 years ago

jnh5y commented 6 years ago

Updates to .gitignore. Added JBoss repo to get necessary dependencies. Added Boundless repo to get necessary dependencies.

Upgraded to JTS 1.15.0-SNAPSHOT to test the JTS 1.15.0 release.

git grep -l com.vividsolutions | grep pom.xml | xargs sed -i "s/com.vividsolutions/org.locationtech.jts/g" git grep -l com.vividsolutions | xargs sed -i "s/com.vividsolutions/org.locationtech/g"

Signed-off-by: Jim Hughes jnh5y@ccri.com

jnh5y commented 6 years ago

Jody and I are still testing these PRs. They may not be ready to merge yet.