File tree Expand file tree Collapse file tree 6 files changed +34
-8
lines changed Expand file tree Collapse file tree 6 files changed +34
-8
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency::
127
127
<dependency>
128
128
<groupId>org.geoscript</groupId>
129
129
<artifactId>geoscript-groovy</artifactId>
130
- <version>1.19 .0</version>
130
+ <version>1.20 .0</version>
131
131
</dependency>
132
132
133
133
Docker
@@ -151,7 +151,7 @@ Versions
151
151
+-----------+----------+-----------+--------+----------+
152
152
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
153
153
+-----------+----------+-----------+--------+----------+
154
- | 1.20 | 28 | 2.22 | 1.18.2 | 3.0.12 |
154
+ | 1.20 | 28 | 2.22 | 1.19.0 | 3.0.13 |
155
155
+-----------+----------+-----------+--------+----------+
156
156
| 1.19 | 27 | 2.21 | 1.18.2 | 3.0.11 |
157
157
+-----------+----------+-----------+--------+----------+
@@ -197,7 +197,7 @@ Versions
197
197
API Groovy Docs
198
198
---------------
199
199
200
- `1.20-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.20-SNAPSHOT /index.html >`_
200
+ `1.20.0 <http://geoscript.github.io/geoscript-groovy/api/1.20.0 /index.html >`_
201
201
202
202
`1.19.0 <http://geoscript.github.io/geoscript-groovy/api/1.19.0/index.html >`_
203
203
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Then edit the build.gradle file.
51
51
}
52
52
53
53
dependencies {
54
- compile "org.geoscript:geoscript-groovy:1.19 .0"
54
+ compile "org.geoscript:geoscript-groovy:1.20 .0"
55
55
}
56
56
57
57
task wrapper(type: Wrapper) {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add geoscript as a dependency in pom.xml.
31
31
<dependency >
32
32
<groupId >org.geoscript</groupId >
33
33
<artifactId >geoscript-groovy</artifactId >
34
- <version >1.19 .0</version >
34
+ <version >1.20 .0</version >
35
35
</dependency >
36
36
</dependencies >
37
37
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Add geoscript as a dependency in the **pom.xml** file:
42
42
<dependency >
43
43
<groupId >org.geoscript</groupId >
44
44
<artifactId >geoscript-groovy</artifactId >
45
- <version >1.19 .0</version >
45
+ <version >1.20 .0</version >
46
46
</dependency >
47
47
<depenencies >
48
48
Original file line number Diff line number Diff line change 3
3
GeoScript Groovy Releases
4
4
=========================
5
5
6
+ 1.20.0
7
+ ------
8
+ The 1.20 release of GeoScript is build on Groovy 3.0.13, GeoTools 28.0, and the Java Topology Suite 1.90.0 and requires Java 8.
9
+
10
+ Add offset curve method to Geometry.
11
+
12
+ Add concave hull method to Geometry.
13
+
14
+ Add triangulate method to Geometry.
15
+
16
+ Add TKWB Writer.
17
+
18
+ Add title to Symbolizer.
19
+
20
+ Add new properties to the ScaleBarItem (barStrokeWidth, barStrokeColor, and textColor).
21
+
22
+ Change the type property to imageType for the Json and Xml MapReaders.
23
+
24
+ Enable more table and scale bar styles in the Json and Xml CartoReaders.
25
+
26
+ Fix MapCube drawing by disabling map project sanity checks.
27
+
28
+ Add halo, point, line placement for labels in SimpleStyleReader.
29
+
30
+ Fix uber jar by adding JAI to appeders.
31
+
6
32
1.19.0
7
33
------
8
34
The 1.19 release of GeoScript is build on Groovy 3.0.11, GeoTools 27.0, and the Java Topology Suite 1.18.2 and requires Java 8.
Original file line number Diff line number Diff line change 8
8
<groupId >org.geoscript</groupId >
9
9
<artifactId >geoscript-groovy</artifactId >
10
10
<packaging >jar</packaging >
11
- <version >1.20-SNAPSHOT </version >
11
+ <version >1.20.0 </version >
12
12
<properties >
13
- <gt .version>28-SNAPSHOT </gt .version>
13
+ <gt .version>28.0 </gt .version>
14
14
<jts .version>1.19.0</jts .version>
15
15
<groovy .version>3.0.13</groovy .version>
16
16
</properties >
You can’t perform that action at this time.
0 commit comments