Skip to content

Commit 19a0a8c

Browse files
committed
1.0.0
1 parent 62d06c2 commit 19a0a8c

5 files changed

Lines changed: 5 additions & 12 deletions

File tree

doc/api/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`

doc/download.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@
33
Downloads
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

doc/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
GeoScript 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/

doc/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Quick Start
66
Getting 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

1111
Running GeoScript JS
1212
--------------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)