Skip to content

Commit bcc5b9b

Browse files
committed
Switch to geosolutions jiffle from jailtools
1 parent 458c432 commit bcc5b9b

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -283,16 +283,6 @@
283283
</exclusion>
284284
</exclusions>
285285
</dependency>
286-
<dependency>
287-
<groupId>org.jaitools</groupId>
288-
<artifactId>jt-jiffleop</artifactId>
289-
<version>0.2.0</version>
290-
</dependency>
291-
<dependency>
292-
<groupId>org.jaitools</groupId>
293-
<artifactId>jt-jiffle-language</artifactId>
294-
<version>0.2.0</version>
295-
</dependency>
296286
<dependency>
297287
<groupId>org.codehaus.groovy</groupId>
298288
<artifactId>groovy-all</artifactId>

src/main/groovy/geoscript/layer/MapAlgebra.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package geoscript.layer
22

33
import geoscript.geom.Bounds
4+
import it.geosolutions.jaiext.jiffle.JiffleBuilder
45
import java.awt.image.RenderedImage
5-
import org.jaitools.jiffle.JiffleBuilder
66
import org.geotools.coverage.grid.GridCoverage2D
77
import org.geotools.coverage.grid.GridCoverageFactory
88

0 commit comments

Comments
 (0)