Tile Service Url Problems...

2229
0
05-11-2014 04:05 PM
LukeShanks
New Contributor
I have been able to add a tile map service layer to an Arcgis Online map -

http://pilotnbr1.maps.arcgis.com/home/webmap/viewer.html?webmap=da9fdc8a478e4271a5a177f2d76af9df

The TMS source url is below-

http://wms.chartbundle.com/tms/1.0.0/sec/{level}/{col}/{row}.png?origin=nw


In android I can successfully add Esri base maps like-

mMapView.addLayer(new ArcGISTiledMapServiceLayer("http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"));

However I cannot add the first url as an android ArcGISTiledMapServiceLayer. I have tried many derivatives of the url and I keep getting url errors. Not sure If I need to dig deeper into the class in order to make this tile map service work with Android Arcgis SDK.

Any pointers?
0 Kudos
0 Replies