Hi Tom,
You can view the web maps published in Content Server (installed with ArcGIS Server 10) with ArcGIS application for iPhone and iPad. The published web map under content server can have services published with ArcGIS Server 9.3.1 or 10.
You can access content server in browser with URL
http://<server--‐name>/<arcgis--‐instance>/mobile/content (i.e.
http://servername/arcgis/mobile/content). In order to access the web maps of your content server in ArcGIS application of iOS devices you need to enter <server-name>/<instance-name>/mobile in the option to Add ArcGIS Server. For example, enter
arcgismobile.esri.com/arcgis/mobile
The documentation is available
here.
Please use following "Example JSON structure" instead of available example in the document. The available example JSON in document has extra ">" at the end of the URL.
Example JSON structure:
{
"version":"1.1",
"operationalLayers":[
{
"url":"http://events.arcgisonline.com/ArcGIS/rest/services/Gulf_Coast_ESI/MapServer",
"visibility":true,
"opacity":0.75,
"title":"Environmental Sensitivity"
},
{
"url":"http://events.arcgisonline.com/ArcGIS/rest/services/Gulf_Coast_Oil_Spill_Forecast/MapServer",
"visibility":true,
"opacity":1,
"title":"Oil Spill Forecast"
}
],
"baseMap":{
"baseMapLayers":[
{
"url":"http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"
}
],
"title":"Topography"
}
}
Please let me know if you have any questions.
Hope this helps!
Regards,
Nimesh
Bookmarks