# wps-demo **Repository Path**: bz520/wps-demo ## Basic Information - **Project Name**: wps-demo - **Description**: wsp例子 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WPS Demos A collection of simple demonstrations of OpenLayers using GeoServer's WPS. These examples assume that GeoServer is running on the same port (at /geoserver). To proxy GeoServer on port 80 with Apache, include the following in your Apache config: ProxyRequests Off ProxyPreserveHost Off Order deny,allow Allow from all ProxyPass /geoserver http://localhost:8080/geoserver ProxyPassReverse /geoserver http://localhost:8080/geoserver