Changes between Version 3 and Version 4 of ZooWebsite/ZooApi
- Timestamp:
- Aug 11, 2011, 5:27:36 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebsite/ZooApi
v3 v4 1 1 = ZOO API = 2 2 3 ZOO API is a Javascript library designed to make the WPS Process creation and chaining easier. 3 4 4 [[TOC(inline,heading=Table of content,ZooWebSite/ZOOAPI/Introduction,ZooWebSite/ZOOAPI/Classes,ZooWebSite/ZOOAPI/Examples)]] 5 It works server-side using the Mozilla foundation [https://developer.mozilla.org/en/JavaScript JavaScript] engine, [https://developer.mozilla.org/en/SpiderMonkey SpiderMonkey]. 5 6 7 It is based on server-side adaptations of [http://openlayers.org OpenLayers] and [http://proj4js.org Proj4js] adaptation for handling formats and projections. It allows to easily convert vector formats ([http://www.opengeospatial.org/standards/gml GML], [http://code.google.com/apis/kml/documentation/ KML], [http://geojson.org/geojson-spec.html GeoJSON], etc). 6 8 9 The ZOO API let you orchestrate WPS services simply and offers the ability to add logic and controls in the WPS chaining. 10 11 '''Read the [http://zoo-project.org/docs/api/index.html ZOO API documentation]''' 12 13 '''Check the [http://zoo-project.org/trac/browser/branches/branch-1.2/zoo-api ZOO API source code]'''