Select to view content in your preferred language

ImageServer Services for OS ArcGIS Mobile Application

633
2
11-12-2011 05:51 AM
GISProgrammer
Deactivated User
I'm not a 100% if this is the correct forum site for this question so I apologize if it is not. 

I have been creating mobile content (mobile web services) on my server for my end users and these services are being consumed by the OS ArcGIS Mobile.  Most of the time I create the project/map with arcgis.com and then grab the json and publish a services and everything always works great.

Recently I wanted to use a different base map.  I wanted to use the base map imagery from the Department fish and game:
http://imaps.dfg.ca.gov/ArcGIS/rest/services/Base_Remote_Sensing/NAIP_2010_4Band/ImageServer

I add the Dept. Fish and Game imagery to my arcgis.com map and click the check box "use a base map."  The imagery/base map show up in my arcgis.com map.  I grab all the json and create the mobile service.  I can see all my dynamic layers in the OS ArcGIS mobile app but the Dept. Fish and Game base map doesn't appear.  I can select a different base map (on that ESRI provides through the app) so all the other layers display and work fine and the other ESRI base maps work fine. 

The Dept. Fish and Game imagery base map shows up fine in the arcgis.com map but never displays in my OS ArcGIS application.

Can the OS ArcGIS application handle ImageServer Services?

Here's my json for that base map -

 "baseMap": {
    "baseMapLayers": [{
      "id": "NAIP_2010_4Band_9302",
      "opacity": 1,
      "visibility": true,
      "url": "http://imaps.dfg.ca.gov/ArcGIS/rest/services/Base_Remote_Sensing/NAIP_2010_4Band/ImageServer",
      "bandIds": [
        0,
        1,
        2
      ]
    }],
    "title": "NAIP_2010_4Band"
  },


Any suggestion, comments, or ideas would be greatly appreciated.

Thanks
0 Kudos
2 Replies
RussRoberts
Esri Notable Contributor
I just quickly looked into this and tested out some of my imagery services from my server and they work as a basemap within the app. My server is currently running 10 with service pack 1 and the DFG server is running 9.3.1... this could be a reason why we are not seeing the basemap load correctly. I will look into this some more to make sure this is the reason why the basemap is not loading and hopefully find a fix for you.

Thanks
Russ
0 Kudos
NimeshJarecha
Esri Regular Contributor
There is a known issue with image service layer of v9.3.1 in the ArcGIS for iOS SDK which makes this layer fail to draw. We'll try to address this in the future version for SDK.

Thanks for reporting.

Regards,
Nimesh
0 Kudos