Hi
In my application i use different base map. When application is loaded for the first time, skechLayer draw up tiled map (OK), but when i change the base map the skechLayer draws down the tiled map.
i used this code:
Why?AGSGraphicsLayer* graphicsLayer2 = [AGSGraphicsLayer graphicsLayer];
[self.mapView addMapLayer:graphicsLayer2 withName:@"Graphics Layer 2"];
self.sketchLayer = [AGSSketchGraphicsLayer graphicsLayer];
[self.mapView addMapLayer:self.sketchLayer withName:@"Sketch layer"];
Help me please

Reply With Quote




Bookmarks