Skip to content

Commit 08d5cda

Browse files
committed
Update README.md
1 parent 32cb927 commit 08d5cda

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

OfflineFeatureEditingSample/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@ San Francisco using a tile package (.tpk file) so that the basemap is visible ev
77

88

99
###Using the sample
10-
1. Upon startup, the sample displays "Live" features from an ArcGIS Feature service.
11-
These features are refreshed every minute to display changes made to the service.
12-
2. You can tap on any feature to display information about it in a popup.
10+
1. Upon startup, the sample is in "Live" mode. The map displays features from an ArcGIS Feature service.
11+
These features are refreshed every minute to ensure you can see any changes made on the service. The device needs a network connection
12+
to ensure these features are displayed properly.
13+
2. You can tap on any feature to view information about it in a popup.
1314
3. You can edit attributes, geometry, or attachments of the feature.
14-
4. Or you can add new feature using the **+** button on the bottom toolbar.
15+
4. You can add new feature using the **+** button on the bottom toolbar.
1516
5. Any edits you make while in "Live" mode are pushed immediately to the service.
1617
6. You can tap the **download** button on the toolbar to download the features. The app now is in "Local" mode viewing
17-
a local copy of the features in a replica geodatabase.
18+
a local copy of the features in a replica geodatabase. You don't need any network connectivity once the features are downloaded.
1819
7. You can tap on any feature to display information about it in a popup.
1920
8. You can edit attributes, geometry, or attachments of the feature.
2021
9. Or you can add new feature using the **+** button on the bottom toolbar.
2122
10. Any edits you make are held in the local geodatabase. These edits are displayed as a badge over the **Sync** button in the toolbar.
22-
11. You can tap the **Sync** button to synchronize changes with the service. This will push your local edits up to the service
23+
11. Assuming the device regains network connectivity, you can tap the **Sync** button to synchronize changes with the service. This will push your local edits up to the service
2324
and bring down any changes from the service into your local geodatabase.
24-
12. You continue making edits in "Local" mode and synchronize as often as you like.
25+
12. After the sync completes, you can continue making edits in "Local" mode and synchronize as often as you like.
2526
13. Tap the **switch to live** button when you're ready to start viewing live feature data from the service again. Your
2627
local geodatabase is left intact in case you want to download features again.
2728
14. Tap the **Delete** button to delete any local geodatabases that have been created.

0 commit comments

Comments
 (0)