Select to view content in your preferred language

IOS maps OFFLINE, its possible with arcgis 10.1?

2934
7
Jump to solution
05-21-2014 03:36 AM
Andréde_Mattos_Ferraz
Deactivated User
I have arcserver/arcsde 10.1, and I tried to use OfflineFeatureEditingSample changing the url of FeatureServer to in arcserver 10.1 but not work. I need to do some special configuration in my FeatureServer or only works in arcserver 10.2?

Thx in advance
0 Kudos
1 Solution

Accepted Solutions
ShiminCai
Occasional Contributor III
Hi,

Probably now ESRI does not encourage using the offline capability prior to ArcGIS 10.2 but I started doing offline editing in my app from ArcGIS 10.1 and ESRI iOS SDK 10.1.1. It worked fine in 10.1 and was just recently migrated to 10.2.1...

The 10.1 offline editing was based on the ESRI OnlineOfflineEditingSample at the 10.1 time. The sample couldn't be found anymore in the ESRI sample site. So I dug it out from my computer and put a copy in the Dropbox: https://www.dropbox.com/s/10pe58o4hnsfcys/OnlineOfflineEditingSample.zip. (I'm hoping I'm not offending ESRI by doing this...)

Basically in this sample, when going offline, it uses a custom class OnlineOfflineFeatureLayer, FeatureLayerDefinition.json, FeatureSet.json to save feature layer definition and features to device and reload the layers and features offline using the json files. It also uses the json files to send local edits to the server when going online... There is a bug showing offline features in this sample and the solution can be found in this thread: http://forums.arcgis.com/threads/81574-Online-Offline-Editing-Sample

Hope it helps.

Shimin

View solution in original post

0 Kudos
7 Replies
YueWu1
by Esri Regular Contributor
Esri Regular Contributor
Hello André,

The OfflineFeatureEditing functionality must require ArcGISOnline or ArcGIS for Server later than version 10.2.1 to enable the sync feature services. Once a service publishes, use it to generate geodatabases for offline editing using an ArcGIS Runtime application.

Here I attach two related pages as references:
Create an offline map:
https://developers.arcgis.com/ios/guide/create-an-offline-map.htm

Preparing data for offline use:
http://resources.arcgis.com/en/help/main/10.2/index.html#//0154000006m1000000
0 Kudos
Andréde_Mattos_Ferraz
Deactivated User
Hello André,

The OfflineFeatureEditing functionality must require ArcGISOnline or ArcGIS for Server later than version 10.2.1 to enable the sync feature services. Once a service publishes, use it to generate geodatabases for offline editing using an ArcGIS Runtime application.

Here I attach two related pages as references:
Create an offline map:
https://developers.arcgis.com/ios/guide/create-an-offline-map.htm

Preparing data for offline use:
http://resources.arcgis.com/en/help/main/10.2/index.html#//0154000006m1000000


Golden thx for reply, another question, for just view offline (without edit) its possible at 10.1?

I dont want LocalTiled because I want identify features...
0 Kudos
YueWu1
by Esri Regular Contributor
Esri Regular Contributor
Hi André,

I don't think 10.1 can do it because from 10.2 it start the Offline map usage function.
Please check this release not for 10.2:
https://developers.arcgis.com/ios/guide/what-s-new-10-2-.htm
0 Kudos
VitorFortunato
Deactivated User
Hi, goldenlimit!


How could we get an official answer from ESRI? Our customer is using ArcGIS 10.1 and iOS Offline Maps would be a great functionality.
0 Kudos
YueWu1
by Esri Regular Contributor
Esri Regular Contributor
Hi Vitor,

Please check our online documentation.

At 10.2.1, you can enable a sync capability on your feature services. This allows clients to download data from the feature service to use even when they are not connected to the Internet or your network. When the clients are back online, they can synchronize with the feature service.
The data in the feature service must meet certain requirements to use the sync capability. For more information, see Preparing data for offline use
0 Kudos
ShiminCai
Occasional Contributor III
Hi,

Probably now ESRI does not encourage using the offline capability prior to ArcGIS 10.2 but I started doing offline editing in my app from ArcGIS 10.1 and ESRI iOS SDK 10.1.1. It worked fine in 10.1 and was just recently migrated to 10.2.1...

The 10.1 offline editing was based on the ESRI OnlineOfflineEditingSample at the 10.1 time. The sample couldn't be found anymore in the ESRI sample site. So I dug it out from my computer and put a copy in the Dropbox: https://www.dropbox.com/s/10pe58o4hnsfcys/OnlineOfflineEditingSample.zip. (I'm hoping I'm not offending ESRI by doing this...)

Basically in this sample, when going offline, it uses a custom class OnlineOfflineFeatureLayer, FeatureLayerDefinition.json, FeatureSet.json to save feature layer definition and features to device and reload the layers and features offline using the json files. It also uses the json files to send local edits to the server when going online... There is a bug showing offline features in this sample and the solution can be found in this thread: http://forums.arcgis.com/threads/81574-Online-Offline-Editing-Sample

Hope it helps.

Shimin
0 Kudos
Andréde_Mattos_Ferraz
Deactivated User
Hi,

Probably now ESRI does not encourage using the offline capability prior to ArcGIS 10.2 but I started doing offline editing in my app from ArcGIS 10.1 and ESRI iOS SDK 10.1.1. It worked fine in 10.1 and was just recently migrated to 10.2.1...

The 10.1 offline editing was based on the ESRI OnlineOfflineEditingSample at the 10.1 time. The sample couldn't be found anymore in the ESRI sample site. So I dug it out from my computer and put a copy in the Dropbox: https://www.dropbox.com/s/10pe58o4hnsfcys/OnlineOfflineEditingSample.zip. (I'm hoping I'm not offending ESRI by doing this...)

Basically in this sample, when going offline, it uses a custom class OnlineOfflineFeatureLayer, FeatureLayerDefinition.json, FeatureSet.json to save feature layer definition and features to device and reload the layers and features offline using the json files. It also uses the json files to send local edits to the server when going online... There is a bug showing offline features in this sample and the solution can be found in this thread: http://forums.arcgis.com/threads/81574-Online-Offline-Editing-Sample

Hope it helps.

Shimin


Thx Shimin
0 Kudos