Changes between Version 5 and Version 6 of ZooDocumentation/ZOOAPI
- Timestamp:
- Feb 9, 2011, 5:56:52 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooDocumentation/ZOOAPI
v5 v6 1 1 = ZOO API Documentation = 2 2 3 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 the chaining.3 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://www.opengeospatial.org/standards/kml 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 the chaining. 4 4 5 5 Here are listed the ZOO API documentation material.