Skip to content

Latest commit

 

History

History
92 lines (64 loc) · 3.57 KB

README.md

File metadata and controls

92 lines (64 loc) · 3.57 KB

Edit Widget

This widget EXTENDS the OOTB Web AppBuilder Edit Widget (WAB v1.3). It has been customised by GBS to include the following enhancements:

  • Filtering and zooming to specific features based on URL parameters
  • Fallback to zooming to a location using a passed address URL parameter and locator service
  • Population of feature attributes passed via URL Parameters

Developed By:
GBS on behalf of the GIS Council Consortium.

Widget Version:
1.0

Sections

Features

The Widget Repository currently includes:

  • the source code for the Edit Widget

Requirements

Requires Web AppBuilder for ArcGIS version 1.3

Instructions

Deploying Widget.

To use the widgets with you should copy the contents of the src folder to the stemapp/widget directory. This is located in %webappbuilder_install%/client directory.

For more information about configuring the widget for use and its resources on developing modifying widgets please visit the Readme.md file in the documentation folder.

Resources

None

Issues

  • Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

All development work is to be performed in a branch and when ready for release committed to master. Your code is required to adhere to coding rules using JS Hint and JSCS there is a .jshintrc file and .jscs file included in the root folder which enforces these styles.

We follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Commit changes to a branch in your fork
  3. Pull request "upstream" with your changes
  4. Merge changes in to "upstream" repo

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Contributing code written by others

Please do not contribute code you did not write yourself, unless you are certain you have the legal ability to do so. Also ensure all code contributed can be licensed under the Creative Commons Attribution-ShareAlike 3.0 New Zealand licence.

Branching and Releases

Branches

  • MASTER - This branch contains the current stable release of this widget as specified in this document.
  • Development - This branch contains the working copy of the widget subject to any current development. Note that this branch may not always contain stable fully tested or stable release of the application.

Releases

ReleaseDateWAB VersionChanges
1.024 March 20161.3Initial Release

Licensing

Copyright 2016 GISCO

Licensed under a Creative Commons Attribution-ShareAlike 3.0 New Zealand licence (the "Licence"); you may not use this file except in compliance with the Licence. You may obtain a copy of the Licence at

https://creativecommons.org/licenses/by-sa/3.0/nz/legalcode

Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the Licence.