|
POST
|
You'd have to make the HTTP request on your own to fetch the thumbnail. The SDK does not fetch it for you. You can use the AGSRequestOperation class; this class makes it easy to make custom HTTP requests. If you give it a properly set up credential, it will also take care of performing the authentication for you when making that request
... View more
08-23-2013
11:07 AM
|
0
|
0
|
1529
|
|
POST
|
When you say "when I refresh the map the attributes revert back to the old ones", how are you refreshing the map? I noticed you are calling [self.activeFeatureLayer updateFeatures:[NSArray arrayWithObject:popup.graphic]]; to update the feature on the server. Can you inspect the attributes of the graphic right before this method to ensure that the attributes are still what you expect. Also, does the editingDelegate of the feature layer report that the edits were successfully applied on the server?
... View more
08-23-2013
09:35 AM
|
0
|
0
|
1098
|
|
POST
|
Are you displaying the 4 layers as feature layer or dynamic map service layers?
... View more
08-23-2013
09:21 AM
|
0
|
0
|
1507
|
|
POST
|
What webmap are you using? And what's the status of the wrapAroundStatus property on the map view? Wrap around only works on maps that use WebMercator or WGS84. The map must also cover the entire world extent.
... View more
08-15-2013
10:43 AM
|
0
|
0
|
625
|
|
POST
|
We've removed the 2GB size limit for tile packages at 10.1.1 Update 2. It is available for download now.
... View more
08-15-2013
10:31 AM
|
0
|
0
|
1272
|
|
POST
|
We've removed the 2GB size limit for tile packages at 10.1.1 Update 2. It is available for download now.
... View more
08-15-2013
10:27 AM
|
0
|
0
|
1422
|
|
POST
|
We've removed the 2GB size limit for tpks at 10.1.1 Update 2. It is available for download now.
... View more
08-15-2013
10:27 AM
|
0
|
0
|
649
|
|
POST
|
How are you getting the feature set? Is it in response to a query on the server?
... View more
08-13-2013
09:17 AM
|
0
|
0
|
700
|
|
POST
|
what version of the SDK are you using? We made many improvements at 10.1.1-Update1 in the memory and cpu consumption of feature layers. Please upgrade to Update1 if you are using 10.1.1.
... View more
08-12-2013
10:23 AM
|
0
|
0
|
1281
|
|
POST
|
Since you're using the WGS84 spatial reference, the value 10 is assumed to be in decimal degrees. At the equator, 1 degree = 69 miles (approx). So if you want 10 miles, you should use 10/69 as radius
... View more
08-06-2013
12:03 PM
|
0
|
0
|
4158
|
|
POST
|
In taking a look at your code, i noticed that you create a new instance of the MainViewController everytime the user changes the map. So if a user switches the map 5 times, you will have 6 MainViewControllers alive in memory, each containing its own hierarchy of view objects including a map view and its layers. This is not very efficient. It is better if you reuse the single instance of MainViewController by popping the MapPickerViewController from the navigation stack. You should use the viewWillAppear method in MainViewController to reset the map and add new layers to reflect the map that the user picked. If many of the layers are common between the maps, you don't need to reset the map, you can individually remove & add layers.
... View more
07-06-2013
02:25 PM
|
0
|
0
|
2076
|
|
POST
|
The maps should look the same on iOS and Android. You do not need to modify the services. Are you using the same basemap layer in both cases? Can you list the services you're using?
... View more
07-06-2013
01:04 PM
|
0
|
0
|
946
|
|
POST
|
Can you provide the Orange.png image you are using ? Also attach screenshots showing the difference in quality.
... View more
07-06-2013
12:50 PM
|
0
|
0
|
2512
|
|
POST
|
You have 2 options 1) You can author a webmap on ArcGIS.com and add your shapefile feature service as a layer in that map. Then you can open the web map on iOS. or 2) You can directly add the feature service as a feature layer (AGSFeatureLayer) to an AGSMapView component in your ios application. In this scenario, you're not opening a preconfigured web map but instead mashing up individual layers through code.
... View more
06-25-2013
10:50 AM
|
0
|
0
|
872
|
|
POST
|
We are working on adding support for labeling in future releases. Unfortunately, labeling on feature layers is not supported on any of the released SDKs. We do not plan to support Annotation Feature classes in feature layers for the near term.
... View more
06-21-2013
02:14 PM
|
0
|
0
|
663
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-09-2026 06:04 PM | |
| 1 | 12-02-2025 12:39 PM | |
| 1 | 10-01-2024 12:36 PM | |
| 1 | 05-10-2024 02:32 PM | |
| 1 | 07-10-2023 11:12 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-09-2026
06:00 PM
|