POST
|
Hello everyone Some of you would know tell me how to do identify a service wms. I used the example of esri "IDENTIFY TASK SAMPLE", but when I touch the map shows the message "illegal start of token [<]" Any idea ????
... View more
02-13-2015
03:33 AM
|
0
|
0
|
3791
|
POST
|
I would like to know if you can create a local geodatabase and perform editing to save in local geometries created.
... View more
12-29-2014
02:57 AM
|
0
|
1
|
4057
|
POST
|
Hello everyone In my application I want to create a local geodatabse that contains a feature polygonal, punctual and linear. I want to set the fields in each table feature (field 1 = text field named "type" field 2 = text field named "description). I would like some help on how to do. Thank You
... View more
12-24-2014
02:39 AM
|
0
|
0
|
2914
|
POST
|
In my app i add array of AGSFeatureLayer with function: for ( int i= 0 ;i<[ self . nome count ];i++){ NSString *url = [ NSString stringWithFormat : @"%@/%i" ,servizio, i]; self . ServizioSITR = [ AGSFeatureLayer featureServiceLayerWithURL :[ NSURL URLWithString :url] mode : AGSFeatureLayerModeSnapshot ]; [ self . mapView addMapLayer : self . ServizioSITR withName :[ self . nome objectAtIndex :i]]; } I can not remove with function: for ( int i= 0 ;i<[ self . nome count ];i++){ [ self . mapView removeMapLayerWithName :[ self . nome objectAtIndex :i]]; } WHYYYYYYYYYYYY? Please Help me
... View more
11-20-2014
08:22 AM
|
0
|
1
|
2079
|
POST
|
Thanks for the reply. The service ArcGIS Service is not my service, but it is a service created by the region of Sicily. I can not change the original project ArcMap. I found a solution. I load individually FeatureLayer that constitute the AGSDynamicMapServive with this code: for(int i=0;i<[nome count];i++){ NSString *url = [NSString stringWithFormat:@"%@/%i",servizio, i]; AGSFeatureLayer *featureLayer = [AGSFeatureLayer featureServiceLayerWithURL:[NSURL URLWithString:url] mode:AGSFeatureLayerModeOnDemand]; [self.mapView addMapLayer:featureLayer withName:[nome objectAtIndex:i]]; self.legendDataSource = [[LegendDataSource alloc] initWithLayerTree:[[AGSMapContentsTree alloc]initWithMapView:self.mapView manageLayerVisibility:YES]]; NSLog(@"%@", url); } where nome in Array of featureLayer of AGSDynamicMapService
... View more
11-19-2014
11:03 PM
|
0
|
0
|
5
|
POST
|
good Morning In my app I use the example "Legend Sample". I use a AGSDynamicMapService containing many layers. When I create the legend, in my leganda shows only the details of the layers, but not the name of the individual layers. I would like to know if there is a method that allows me to enter the name of the layers in the Header section TableView. In image, show the legend for a AGSDynamicMapService with three layers. The first two are not themed, the third layer is themed. In the first two layers appears only the image, but not the layer name thanks
... View more
11-19-2014
03:26 AM
|
0
|
2
|
3282
|
POST
|
Solved Easier to do that than to say I created a xib file and I linked this file to LegendViewController. very easy
... View more
11-03-2014
03:59 AM
|
0
|
0
|
4
|
POST
|
good Morning I would like to show the legend of a service in my app. I do not use the storyboard, but I use the xib file and I can not run the example "Map Legend" published by esri. This example uses the Storyboard. I would like to have some help on how to run this example for xib files. thanks
... View more
11-02-2014
10:02 AM
|
0
|
1
|
1813
|
POST
|
in my app i load well done .geodatabase file (create with Arcmap) from Dropbox e Google Drive in AGSMapView. With iCloud i have many problem. Please help me
... View more
10-10-2014
08:09 AM
|
0
|
1
|
2522
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|