AGSGraphicsLayer* graphicsLayer2 = [AGSGraphicsLayer graphicsLayer]; [self.mapView addMapLayer:graphicsLayer2 withName:@Graphics Layer 2]; self.sketchLayer = [AGSSketchGraphicsLayer graphicsLayer]; [self.mapView addMapLayer:self.sketchLayer withName:@Sketch layer];
How you are chaining the base map? You should use AGSMapView's insertMapLayer:withName:atIndex: method and insert base layer at index 0.Regards,Nimesh
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.