-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I am having trouble compiling.
The GeolocHelper class fails to compile for me. It's these 3 imports which have trouble:
import org.geotools.geometry.jts.JTS;
import org.geotools.referencing.crs.DefaultGeographicCRS;
import org.opengis.referencing.operation.TransformException;
It looks like the repo for geotools changed so I collected the gt2-main-2.5-M1.jar from https://download.osgeo.org/webdav/geotools/ but it does not contain the org.geotools.geometry.jts.JTS class or the org.geotools.referencing package.
I don't see a dependency jar for the org.opengis package. Is there an updated pom.xml available with the updated dependencies and repos?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels