File tree Expand file tree Collapse file tree 6 files changed +25
-13
lines changed Expand file tree Collapse file tree 6 files changed +25
-13
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ and then include the GeoScript Groovy dependency::
126
126
<dependency>
127
127
<groupId>org.geoscript</groupId>
128
128
<artifactId>geoscript-groovy</artifactId>
129
- <version>1.8 .0</version>
129
+ <version>1.9 .0</version>
130
130
</dependency>
131
131
132
132
Versions
@@ -159,7 +159,7 @@ Versions
159
159
API Groovy Docs
160
160
---------------
161
161
162
- `1.9-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.9-SNAPSHOT /index.html >`_
162
+ `1.9.0 <http://geoscript.github.io/geoscript-groovy/api/1.9.0 /index.html >`_
163
163
164
164
`1.8.0 <http://geoscript.github.io/geoscript-groovy/api/1.8.0/index.html >`_
165
165
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Downloads
6
6
Stable
7
7
------
8
8
9
- `GeoScript Groovy 1.8 .0 <https://github.com/jericks/geoscript-groovy/releases >`_ is the current stable version.
9
+ `GeoScript Groovy 1.9 .0 <https://github.com/jericks/geoscript-groovy/releases >`_ is the current stable version.
10
10
11
11
Experimental
12
12
------------
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Then edit the build.gradle file.
51
51
}
52
52
53
53
dependencies {
54
- compile "org.codehaus.groovy:groovy-all:2.1.9 "
55
- compile "org.geoscript:geoscript-groovy:1.8 .0"
54
+ compile "org.codehaus.groovy:groovy-all:2.4.10 "
55
+ compile "org.geoscript:geoscript-groovy:1.9 .0"
56
56
}
57
57
58
58
task wrapper(type: Wrapper) {
Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ Install GeoScript
33
33
34
34
#. Unpack the GeoScript tarball::
35
35
36
- unzip geoscript-groovy-1.8 .0.zip
36
+ unzip geoscript-groovy-1.9 .0.zip
37
37
38
- #. Add the geoscript-groovy-1.8 .0/bin directory to your path::
38
+ #. Add the geoscript-groovy-1.9 .0/bin directory to your path::
39
39
40
40
export PATH=$(cd bin; pwd):$PATH
41
41
42
42
That's it. GeoScript Groovy should now be installed on the system. To verify the install execute the :command: `geoscript-groovysh ` command::
43
43
44
44
% geoscript-groovysh
45
- Groovy Shell (1.7 .0, JVM: 1.8.0_17)
45
+ Groovy Shell (1.9 .0, JVM: 1.8.0_17)
46
46
Type 'help' or '\h' for help.
47
47
-----------------------------------------------------------------------------------------------
48
48
groovy:000> import geoscript.geom.Point
Original file line number Diff line number Diff line change 3
3
GeoScript Groovy Releases
4
4
=========================
5
5
6
- 1.9.0 (in development)
7
- ----------------------
8
- The 1.9.0 release of GeoScript is built on Grooovy 2.4.7 , GeoTools 17.0, and the Java Topology Suite 1.13 and
6
+ 1.9.0
7
+ -----
8
+ The 1.9.0 release of GeoScript is built on Grooovy 2.4.10 , GeoTools 17.0, and the Java Topology Suite 1.13 and
9
9
requires Java 8.
10
10
11
+ Alot of work went into improving documentation.
12
+
13
+ Javadocs are now published online.
14
+
15
+ http://geoscript.github.io/geoscript-groovy/api/1.9.0/index.html
16
+
17
+ And a GeoScript Groovy Cookbook is slowly but surely adding simple recipes.
18
+
19
+ https://jericks.github.io/geoscript-groovy-cookbook/index.html
20
+
21
+ https://jericks.github.io/geoscript-groovy-cookbook/index.pdf
22
+
11
23
The Label Symbolizer now has an underline method::
12
24
13
25
import geoscript.layer.Shapefile
Original file line number Diff line number Diff line change 5
5
<groupId >org.geoscript</groupId >
6
6
<artifactId >geoscript-groovy</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.9-SNAPSHOT </version >
8
+ <version >1.9.0 </version >
9
9
<repositories >
10
10
<repository >
11
11
<id >boundless</id >
451
451
</plugins >
452
452
</reporting >
453
453
<properties >
454
- <gt .version>17-SNAPSHOT </gt .version>
454
+ <gt .version>17.0 </gt .version>
455
455
</properties >
456
456
<name >geoscript groovy</name >
457
457
<description >A groovy implementation of geoscript.</description >
You can’t perform that action at this time.
0 commit comments