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
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.