- Timestamp:
- Apr 29, 2011, 2:45:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/api/description.txt
r153 r205 5 5 6 6 ZOO API is a Javascript library designed to make the WPS Process creation and chaining 7 easier. It works server-side using the Mozilla foundation `JavaScript <https://developer.mozilla.org/en/JavaScript>`__7 easier. It works on the server-side using the Mozilla foundation `JavaScript <https://developer.mozilla.org/en/JavaScript>`__ 8 8 engine, `SpiderMonkey <https://developer.mozilla.org/en/SpiderMonkey>`__. 9 9 It uses a `Proj4js <http://proj4js.org/>`__ adaptation for server-side reprojection. It also allows to easily 10 convert vector formats ( `GML <http://www.opengeospatial.org/standards/gml>`__, `KML <http://www.opengeospatial.org/standards/kml>`__,11 `GeoJSON <http://geojson.org/geojson-spec.html>`__, etc). The API let you orchestrate WPS10 convert vector formats (such as `GML <http://www.opengeospatial.org/standards/gml>`__, `KML <http://www.opengeospatial.org/standards/kml>`__, 11 `GeoJSON <http://geojson.org/geojson-spec.html>`__, etc). The API lets you orchestrate WPS 12 12 services simply and offers the ability to add logic and controls in the WPS chaining. 13 13
Note: See TracChangeset
for help on using the changeset viewer.