You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OfflineFeatureEditingSample/README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,22 @@ San Francisco using a tile package (.tpk file) so that the basemap is visible ev
7
7
8
8
9
9
###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.
13
14
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.
15
16
5. Any edits you make while in "Live" mode are pushed immediately to the service.
16
17
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.
18
19
7. You can tap on any feature to display information about it in a popup.
19
20
8. You can edit attributes, geometry, or attachments of the feature.
20
21
9. Or you can add new feature using the **+** button on the bottom toolbar.
21
22
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
23
24
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.
25
26
13. Tap the **switch to live** button when you're ready to start viewing live feature data from the service again. Your
26
27
local geodatabase is left intact in case you want to download features again.
27
28
14. Tap the **Delete** button to delete any local geodatabases that have been created.
0 commit comments