File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ mapping between JavaScript types and the corresponding Java types.
7373 - :class: `geom.Bounds `
7474 - org.geotools.geometry.jts.ReferencedEnvelope
7575 * - ``"FeatureCollection" ``
76- - :class: `feature.Collection `
76+ - :class: `feature.FeatureCollection `
7777 - org.geotools.feature.FeatureCollection
7878 * - ``"Filter" ``
7979 - :class: `filter.Filter `
Original file line number Diff line number Diff line change 33Downloads
44=========
55
6- `GeoScript JS 0.9.0 <http://repo.opengeo.org/org/geoscript/geoscript-js/0.9.0/geoscript-js-0.9.0.zip >`__
7-
8- .. warning ::
9-
10- Pre 1.0 releases are subject to API change.
11-
6+ `GeoScript JS 1.0.0 <http://repo.opengeo.org/org/geoscript/geoscript-js/1.0.0/geoscript-js-1.0.0.zip >`__
127
Original file line number Diff line number Diff line change 11GeoScript JS
22============
33
4- GeoScript JS is a JavaScript implementation of GeoScript packaged for the
5- RingoJS _ platform (or any other CommonJS _ module loader based on Rhino).
4+ GeoScript JS is a JavaScript implementation of GeoScript packaged as a set of CommonJS _ modules for Rhino.
65
76 :ref: `Quickstart <quickstart >`
87 Get up and running with GeoScript
@@ -25,5 +24,4 @@ RingoJS_ platform (or any other CommonJS_ module loader based on Rhino).
2524 download
2625
2726
28- .. _RingoJS : http://ringojs.org/
2927.. _CommonJS : http://commonjs.org/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Quick Start
66Getting GeoScript JS
77--------------------
88
9- To install GeoScript JS, `download the latest <download >`__ release and extract the zip archive.
9+ To install GeoScript JS, :ref: `download the latest <download >` release and extract the zip archive.
1010
1111Running GeoScript JS
1212--------------------
Original file line number Diff line number Diff line change 44 <groupId >org.geoscript</groupId >
55 <artifactId >geoscript-js</artifactId >
66 <packaging >jar</packaging >
7- <version >0.9-SNAPSHOT </version >
7+ <version >1.0.0 </version >
88 <properties >
99 <gt .version>9.0</gt .version>
1010 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments