|
POST
|
Thanks for reporting this issue. It will be resolved in the upcoming release (v10.2.3).
... View more
04-15-2014
05:00 PM
|
0
|
0
|
1080
|
|
POST
|
The editing methods (saveFeature:error:, and deleteFeature:error:) on AGSGDBFeatureTable are synchronous. They block until the edit is complete and return an error by reference if a problem was encountered. Hence, there is no need for a delegate. Once these methods finish, you can assume the edit has been applied to the local geodatabase (open transactions notwithstanding).
... View more
04-15-2014
04:56 PM
|
0
|
0
|
1055
|
|
POST
|
Justin, can you attach the .geodatabase you're using? We'll try this out.
... View more
04-07-2014
10:03 AM
|
0
|
0
|
1080
|
|
POST
|
Thats probably coming from another layer in your map. You can loop through each layer in the map and disable the allowCallout property for layers you don't want to display a callout for.
... View more
03-28-2014
12:52 PM
|
0
|
0
|
2045
|
|
POST
|
Check out this sample - https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/LicenseByOrgAccountSample It shows you how to license the app based on the login, and then save the license to the keychain so that you can still use Standard license for upto 30 days when the app is restarted without network connectivity.
... View more
03-28-2014
11:30 AM
|
0
|
0
|
703
|
|
POST
|
1). You can try overriding the map's maxScale or minResolution property to allow you to zoom in beyond the canvas basemap's most detailed level. Note, when you do this, the tiles will be resampled when you zoom in beyond the last level and may appear pixelated, but it will allow you to zoom in enough to see the light poles layer. 2) You have a couple of options here. You can make a copy of the webmap in your Arcgis online account and change the symbology there. Then when you open your webmap copy, it'll have the updated symbology. Or you can continue using the existing web map but override the symbology in your app. To do this, find the AGSFeatureLayer representing the light poles layer in the AGSMapView, and override the renderer.
... View more
03-24-2014
11:27 AM
|
0
|
0
|
2045
|
|
POST
|
Unfortunately we don't yet support clustering, although it is something we are very keen to do. I am unable to provide a time frame on when it might be available, but thank you for the feedback, we realize it is important for many users.
... View more
03-20-2014
09:34 AM
|
0
|
8
|
3307
|
|
POST
|
I suspect this may be due to a mismatching spatial reference. Can you print the value of esriJson that contains your geometries? You are converting these into a geometry using AGSGeometryWithJSONAndSR() but passing in the map's spatial reference. If the spatial reference of your geometries does not match the map's spatial reference, they might get drawn at the wrong location.
... View more
03-19-2014
01:05 PM
|
0
|
0
|
1544
|
|
POST
|
Runtime geodatabases created through ArcMap are not meant to be editable. They are view-only. There are no tools to take a modified runtime geodatabase and pull its changes into a source geodatabase on the desktop or in a database.
... View more
03-18-2014
12:39 PM
|
0
|
0
|
1456
|
|
POST
|
Can you confirm that the service you generated this geodatabase from permits editing. Also, there are methods on AGSGDBFeatureTable that the popup consults to decide whether or not to show the edit/delete options to the user. These methods are canUpdateFeature: & canDeletateFeature: . They take into account the edit capabilities of the service (at the time the geodatabase was generated), and also any Ownership-based access control policies (for eg, can people edit only those features that belong to them, or can they edit other's features too)
... View more
03-07-2014
03:17 PM
|
0
|
0
|
1456
|
|
POST
|
You can deploy apps using the current SDK as long as you are not using the Beta functionality. But since your app is displaying these logs, you probably are using Beta functionality. The Beta functionality will be available in final form at the next release which is coming out very soon (~1 month)
... View more
02-24-2014
11:30 AM
|
0
|
0
|
639
|
|
POST
|
Start with https://developers.arcgis.com/ios/guide/geometry-objects.htm
... View more
02-04-2014
09:22 AM
|
0
|
0
|
1871
|
|
POST
|
Unfortunately, you'll either need to publish a service on ArcGIS Server, or use the AGOL World routing service We hope to release the next version of the SDK soon, which will allow you to deploy your app with offline routing. Stay tuned, and watch out for information on how to properly license offline functionality.
... View more
02-03-2014
08:51 PM
|
0
|
0
|
708
|
|
POST
|
Would you be able to share the geodatabase so that we can investigate?
... View more
02-03-2014
08:46 PM
|
0
|
0
|
804
|
|
POST
|
Is the self.task property using a strong reference? If not, the task might be getting dealloc'd before the delegate can be invoked.
... View more
02-03-2014
08:43 PM
|
0
|
0
|
656
|
| 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
|