boundlessgeo/wps-gui

Name: wps-gui

Owner: Boundless

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

Created: 2014-07-02 07:58:40.0

Updated: 2017-11-21 19:43:01.0

Pushed: 2017-10-27 18:19:11.0

Homepage: http://boundlessgeo.com

Size: 6470

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.