Skip to content

Commit 007d1d8

Browse files
committed
Update readme with correct groovy version and fix raster groovydocs
1 parent 0193681 commit 007d1d8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Versions
135135
+-----------+----------+-----------+--------+----------+
136136
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
137137
+-----------+----------+-----------+--------+----------+
138-
| 1.13 | 21 | 2.15 | 1.16.0 | 2.5.5 |
138+
| 1.13 | 21 | 2.15 | 1.16.0 | 2.5.6 |
139139
+-----------+----------+-----------+--------+----------+
140140
| 1.12 | 20 | 2.14 | 1.16.0 | 2.4.15 |
141141
+-----------+----------+-----------+--------+----------+

src/main/groovy/geoscript/layer/Raster.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ class Raster implements Renderable {
890890

891891
/**
892892
* Calculate a convoluted version of the current Raster
893-
* @param options Optional named parameters (kernel, kernelRadius, kernelWidth and kernelHeight)
893+
* @param radius The kernel radius
894894
* @return A Raster
895895
*/
896896
Raster convolve(int radius) {
@@ -901,7 +901,8 @@ class Raster implements Renderable {
901901

902902
/**
903903
* Calculate a convoluted version of the current Raster
904-
* @param options Optional named parameters (kernel, kernelRadius, kernelWidth and kernelHeight)
904+
* @param width The kernel width
905+
* @param height The height width
905906
* @return A Raster
906907
*/
907908
Raster convolve(int width, int height) {

0 commit comments

Comments
 (0)