B3Partners / datastorelinker.old

B3P GIS Suite ETL tooling
https://b3partners.github.io/datastorelinker/
1 stars 1 forks source link

upgrade naar geotools 20.x #42

Closed mprins closed 5 years ago

mprins commented 5 years ago

Door het aanpassen van de package namen van de JTS klassen (com.vividsolutions -> org.locationtech) zullen bij een upgrade deze namen in de jobs aangepast moeten worden naar de nieuwe klasse namen, zie bb11f2b340d7831e71dcdc9a0aa5003669626a2e in #42

-    "com.vividsolutions.jts.geom.Polygon": {},
-    "com.vividsolutions.jts.geom.MultiPolygon": {},
-    "com.vividsolutions.jts.geom.Point": {},
-    "com.vividsolutions.jts.geom.MultiPoint": {},
-    "com.vividsolutions.jts.geom.LineString": {},
-    "com.vividsolutions.jts.geom.MultiLineString": {}
+    "org.locationtech.jts.geom.Polygon": {},
+    "org.locationtech.jts.geom.MultiPolygon": {},
+    "org.locationtech.jts.geom.Point": {},
+    "org.locationtech.jts.geom.MultiPoint": {},
+    "org.locationtech.jts.geom.LineString": {},
+    "org.locationtech.jts.geom.MultiLineString": {}