|
POST
|
No, you cannot run the app you downloaded from the App Store in a simulator. Only the apps your are actively developing can be run in a simulator. You would need to build the source code for this app in XCode and then run it in the simulator. Once you make an application binary (.ipa) out of it, you can only run it on a device.
... View more
02-09-2011
07:40 AM
|
0
|
0
|
771
|
|
POST
|
Are you seeing this on both the simulator and a device? The reason I ask is that I have seen this from time to time, but only on the simulator. My guess is that the simulator may be losing track of what requests are outstanding, but if you see it on a device too then it could be something else. Also, you mentioned that you see this problem with the stock ArcGIS samples/templates. Is that correct? Can you ensure you don't have any extra calls in your application to show the activity indicator? You may already be aware of this, but in beta versions of the API, developers had to manage the network activity indicator when kicking off tasks. However, at the final 1.0 version, the tasks manage the indicator for you. Be sure to remove the network indicator related parts when migrating older code.
... View more
01-07-2011
07:25 AM
|
0
|
0
|
559
|
|
POST
|
Here's a sample that'll allow you to view tiled maps offline - http://www.arcgis.com/home/item.html?id=faab53d140e44c02941bf7deb30d7d18
... View more
12-31-2010
09:25 AM
|
0
|
0
|
762
|
|
POST
|
Here's a blog post describing how you can take maps offline - http://blogs.esri.com/Dev/blogs/mobilecentral/archive/2010/12/13/Developing-a-custom-tiled-layer.aspx
... View more
12-31-2010
09:23 AM
|
0
|
0
|
524
|
|
POST
|
Thank you for the feedback. Unfortunately, you cannot customize the look & feel of the callout at this time. If you have a moment, please submit your suggestion to the ideas.esri.com portal. We will consider it for a future release.
... View more
12-21-2010
06:59 AM
|
0
|
0
|
546
|
|
POST
|
Yes, the symbology you applied in your map document (.mxd) will be preserved when you publish the document to an ArcGIS Server map service and then subsequently consumed in an iOS application through an AGSDynamicMapServiceLayer.
... View more
12-21-2010
06:57 AM
|
0
|
0
|
708
|
|
POST
|
Really? I can't seem to find anything wrong. Can you point me to the exact locations where you're seeing the incorrect paths?
... View more
11-23-2010
04:25 PM
|
0
|
0
|
1090
|
|
POST
|
Layers have a resubmitWithURL:credential: method that allows you to reload them if they previously failed to load. You'll have to do this for each service layer in the map.
... View more
11-23-2010
03:00 PM
|
0
|
0
|
380
|
|
POST
|
You're missing an argument name in the method. It should be - [self.gst projectGeometries:self.geometryArray toSpatialReference:outSR];
... View more
11-09-2010
08:02 AM
|
0
|
0
|
1353
|
|
POST
|
Paul, You too will need to manually project the returned location (don't forget to assign it a spatial reference first though). The SDK doesn't have any convenient functions to convert to 31259. You'll have to use the AGSGeometryServiceTask.
... View more
11-05-2010
08:28 AM
|
0
|
0
|
1353
|
|
POST
|
Hi, Alberto, I managed to reproduce the problem by modifying the GeocodingSample as you suggested. Yes, the locations returned by the Geocode Service are still not correctly projected to 102100 even when using locationsForAddress:returnFields: outSpatialReference:. The reason is that the ability to specify an outSpatialReference was only added at 10 in the REST API. The service that you are hitting is still only 931 and it is ignoring your request to reproject the location. I must also admit, we should have mentioned in the API ref doc that this functionality is only available with 10 servers. We will fix the omission. In the meanwhile, you can use a different GeocodeService from a 10 server that provides this functionality, but if you want to continue using this particular service, you will have to reproject the point using other means. Now, before you try to reproject the point, you must FIRST manually assign a spatial reference to the returned locations. This is because the service does not have a valid spatial reference (you can tell by looking at the services directory page) and consequently, the returned location dont have a spatial reference either. I think it is safe to assume that the returned locations are in WGS 84. So you must manually assign the result AGSPoint a spatial reference with WKID=4326. This is crucial because most geometry operations require your input geometries to have a spatial reference. The SDK contains a global function called AGSGeometryWebMercatorToGeographic() that can help you convert from WGS84 to WebMercator if you don't want to use a Geometry Service. Hope this helps.
... View more
11-04-2010
06:36 PM
|
1
|
1
|
1353
|
|
POST
|
Here's some info : http://help.arcgis.com/en/arcgismobile/10.0/apis/iPhone/concepts/index.html#/Secure_Services/00pw0000002m000000/
... View more
11-02-2010
07:58 AM
|
0
|
0
|
386
|
|
POST
|
Ok. I am stumped. I'm not sure why your 931 Geocode Service does not give you back the correctly projected results. For using the Geometry Service, your input geometries must have a valid spatial reference. Without this info, the geometry service cannot truly project your geometries. If you're still having problems, I can take a look at your code to see what might be going on.
... View more
11-01-2010
02:09 PM
|
0
|
0
|
2469
|
|
POST
|
The ArcGIS Server REST API does not support raster fields. Consequently, you cannot access the information in such fields using ArcGIS API for iOS.
... View more
11-01-2010
02:04 PM
|
0
|
0
|
409
|
|
POST
|
The map is aware of the scale levels of the service. I'm assuming you want the map to *snap* to the scale levels specified by the map service. Unfortunately, the only way to force that is if you implement it in your application by listening to "MapDidEndZooming" notifications and zooming the map to the closest scale level programmatically. We'd be interested in knowing why you want this behavior.
... View more
11-01-2010
01:45 PM
|
0
|
0
|
302
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 06-15-2023 09:55 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|