#define kRoadService [NSURL URLWithString:@"http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D�?�"] #define kSatelliteService [NSURL URLWithString:@"http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D�?�"]
self.roadLayer=[AGSTiledMapServiceLayer tiledMapServiceLayerWithURL:kRoadService]; self.roadLayer.delegate=self; self.satLayer=[AGSTiledMapServiceLayer tiledMapServiceLayerWithURL:kSatelliteService]; self.satLayer.delegate=self; [self.mapView addMapLayer:self.satLayer withName:@SatelliteTile];
Does anyone know why the maps offered here (http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer) are so outdated??The satellite map here (http://www.arcgis.com/home/webmap/viewer.html) is much more current.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.