Skip to content

Graphical User Interface (Model Builder) for OGC:WPS (Web Processing Services)

License

Notifications You must be signed in to change notification settings

planetfederal/wps-gui

Repository files navigation

wps-gui

Installation

run

npm install
bower install
gulp

WAR file

ant clean war

Debug

To run wps-gui in a debug server, run gulp develop.

The geoserver endpoint can be changed by editing the line var options = url.parse('http://horizon.boundlessgeo.com/geoserver'); in dev-server.js.

To use the non-minified source file, edit index.html, replacing <script src="dist/wps-gui.min.js"></script> with <script src="dist/wps-gui.js"></script>

License

Copyright 2014 Boundless Spatial, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

Graphical User Interface (Model Builder) for OGC:WPS (Web Processing Services)

Resources

License

Stars

Watchers

Forks

Packages

No packages published