|
From: Georg H. <geo...@gm...> - 2018-10-16 18:17:22
|
Hi, I try to vectorize an image using java i.e. geotools with JAI.( https://stackoverflow.com/questions/52841558/vectorize-polygon-using-jts-with-range-lookup ) The code is minimal and works just fine in intelliJ My problem is when executing this via maven it fails with exception of: RangeLookup: No OperationDescriptor is registered in the current operation registry under this name Sample code can be found at https://github.com/geoHeil/jts-vectorize What is wrong with my maven configuration? I followed the geotools guidelines, but something must be wrong. Best, Georg |