Changes between Version 8 and Version 9 of ZooWebSite/ZOOAPI/Introduction
- Timestamp:
- Apr 26, 2010, 3:31:58 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZOOAPI/Introduction
v8 v9 2 2 3 3 4 ZOO API is a Javascript library designed to facilitate the WPS Process creation and chaining. It is designed to work server-side with the Mozilla foundation [https://developer.mozilla.org/en/JavaScript JavaScript] engine, [https://developer.mozilla.org/en/SpiderMonkey SpiderMonkey]. It uses a [http://proj4js.org Proj4js] adaptation for server-side reprojection. It also allows you 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). The API also allows to simply orchestrate WPS services and offering the ability to add logic and controls in thechaining.4 ZOO API is a Javascript library designed to make the WPS Process creation and chaining easier. It works server-side using the Mozilla foundation [https://developer.mozilla.org/en/JavaScript JavaScript] engine, [https://developer.mozilla.org/en/SpiderMonkey SpiderMonkey]. It uses a [http://proj4js.org Proj4js] adaptation for server-side reprojection. It also 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). The API let you orchestrate WPS services simply and offers the ability to add logic and controls in the WPS chaining. 5 5 6 6 = Download ZOO API =