|
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
|
964
|
|
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
|
1271
|
|
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
|
538
|
|
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
|
1094
|
|
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
|
1197
|
|
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
|
514
|
|
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
|
594
|
|
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
|
1067
|
|
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
|
3828
|
|
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
|
1615
|
|
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
|
789
|
|
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
|
2071
|
|
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
|
743
|
|
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
|
569
|
|
POST
|
Can you turn up logging on the server and see if there are any clues about why the instances are restarting? I suggest you intercept the requests being made to the server by the ios app by using an intermediate proxy, and then try to isolate the request causing the problem. You may need to contact customer support to help you with this incident because it may require expert troubleshooting.
... View more
06-21-2013
02:12 PM
|
0
|
0
|
413
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 06-15-2023 09:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
12-15-2025
04:18 PM
|