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::
126126 <dependency>
127127 <groupId>org.geoscript</groupId>
128128 <artifactId>geoscript-groovy</artifactId>
129- <version>1.8 .0</version>
129+ <version>1.9 .0</version>
130130 </dependency>
131131
132132Versions
@@ -159,7 +159,7 @@ Versions
159159API Groovy Docs
160160---------------
161161
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 >`_
163163
164164`1.8.0 <http://geoscript.github.io/geoscript-groovy/api/1.8.0/index.html >`_
165165
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Downloads
66Stable
77------
88
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.
1010
1111Experimental
1212------------
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Then edit the build.gradle file.
5151 }
5252
5353 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"
5656 }
5757
5858 task wrapper(type: Wrapper) {
Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ Install GeoScript
3333
3434#. Unpack the GeoScript tarball::
3535
36- unzip geoscript-groovy-1.8 .0.zip
36+ unzip geoscript-groovy-1.9 .0.zip
3737
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::
3939
4040 export PATH=$(cd bin; pwd):$PATH
4141
4242That's it. GeoScript Groovy should now be installed on the system. To verify the install execute the :command: `geoscript-groovysh ` command::
4343
4444 % geoscript-groovysh
45- Groovy Shell (1.7 .0, JVM: 1.8.0_17)
45+ Groovy Shell (1.9 .0, JVM: 1.8.0_17)
4646 Type 'help' or '\h' for help.
4747 -----------------------------------------------------------------------------------------------
4848 groovy:000> import geoscript.geom.Point
Original file line number Diff line number Diff line change 33GeoScript Groovy Releases
44=========================
55
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
99requires Java 8.
1010
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+
1123 The Label Symbolizer now has an underline method::
1224
1325 import geoscript.layer.Shapefile
Original file line number Diff line number Diff line change 55 <groupId >org.geoscript</groupId >
66 <artifactId >geoscript-groovy</artifactId >
77 <packaging >jar</packaging >
8- <version >1.9-SNAPSHOT </version >
8+ <version >1.9.0 </version >
99 <repositories >
1010 <repository >
1111 <id >boundless</id >
451451 </plugins >
452452 </reporting >
453453 <properties >
454- <gt .version>17-SNAPSHOT </gt .version>
454+ <gt .version>17.0 </gt .version>
455455 </properties >
456456 <name >geoscript groovy</name >
457457 <description >A groovy implementation of geoscript.</description >
You can’t perform that action at this time.
0 commit comments