Last change
on this file since 870 was
725,
checked in by djay, 9 years ago
|
Fix issue with rst files displayed from Trac. Fix strings to be translated. Always use the same string in all messages.
|
-
Property svn:keywords set to
Date Author
-
Property svn:mime-type set to
text/plain
|
File size:
865 bytes
|
Line | |
---|
1 | .. _api-what: |
---|
2 | |
---|
3 | What is ZOO-API ? |
---|
4 | ============== |
---|
5 | |
---|
6 | ZOO-API is a server-side Javascript library for creating and chaining :ref:`services_index`. It lets you script on the server-side to execute WPS *Processes*, and thus to use common JavaScript controls and logic for WPS chaining. |
---|
7 | |
---|
8 | |
---|
9 | Server-side JavaScript WPS |
---|
10 | --------------------- |
---|
11 | |
---|
12 | ZOO-API :ref:`js-support` works on the server-side using the Mozilla foundation `JavaScript <https://developer.mozilla.org/en/JavaScript>`__ |
---|
13 | engine, `SpiderMonkey <https://developer.mozilla.org/en/SpiderMonkey>`__. |
---|
14 | It uses a `Proj4js <http://proj4js.org/>`__ adaptation for server-side reprojection. It also allows to easily |
---|
15 | convert vector formats (such as `GML <http://www.opengeospatial.org/standards/gml>`__, `KML <http://www.opengeospatial.org/standards/kml>`__, |
---|
16 | `GeoJSON <http://geojson.org/geojson-spec.html>`__, etc). |
---|
Note: See
TracBrowser
for help on using the repository browser.