Skip to content

Commit fac9c0f

Browse files
authored
Create README.md
1 parent c605d98 commit fac9c0f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# FeatureForms Micro-app
2+
3+
This micro-app demonstrates the use of the `FeatureForm` toolkit component which provides a rich, dynamic, and responsive form
4+
for editing Feature attributes.
5+
6+
![Screenshot](screenshot.gif)
7+
8+
## Usage
9+
10+
The application provides a web map gallery and a map viewer which invokes the form when Features are tapped.
11+
Authentication is optional but limited to specific public web maps.
12+
13+
To authenticate ArcGIS Online with username and password, please provide values in `local.properties` as follows
14+
15+
```
16+
webMapUser=XXX
17+
webMapPassword=YYY
18+
```
19+
20+
For more information on the `FeatureForm` component and how it works, see it's [Readme](../../toolkit/featureforms/README.md).

0 commit comments

Comments
 (0)