|
POST
|
Problem solved: AGSGDBFeatureTable *table = [gdb featureTableForLayerName:@"Mileposts"]; limits the scope of the property *table to the method where the query is executed. Even though the query creates instances of AGSGDBFeature, you cannot fully hydrate the AGSGDBFeature if *table is nil. Therefore the solution is make *table a @Property of the class. This allows AGSGDBFeature to get its members from its table.
... View more
06-04-2014
07:59 AM
|
0
|
0
|
1892
|
|
POST
|
Did you ever resolve this issue? My code is virtually identical yours when this issue became apparent. Another curious affect is when I do a spatial query (a user-defined envelope), when the envelop gets dragged beyond the extent of the AGSMapView, the query is successful and the UITableView gets hydrated (see first screen cap). However, when the user-defined envelope is entirely within the AGSMapView, the query fails and a "EXC_BAD_ACCESS" gets raised (see second screen cap). The results in an NSArray are AGSGDBFeatures, but accessing any of the fields using [gdbFeature attributeAsStringForKey:@"MyFieldName"] pukes the error. Note that I explicitly use [myQuery setOutFields:outFields]; when creating the AGSQuery. This is on 10.2.1 release. TIA. [ATTACH=CONFIG]34317[/ATTACH] [ATTACH=CONFIG]34318[/ATTACH]
... View more
06-03-2014
12:45 PM
|
0
|
0
|
1892
|
|
POST
|
So what's the bottom line here? When is Esri going to retire the Flex API? Dates, please... We - and by association Esri - owe it to our customers who have invested in Flex to inform then when they can expect to have to invest in a new technology.
... View more
03-27-2014
09:48 AM
|
0
|
0
|
1993
|
|
POST
|
At Esri's recommendation we are using IP-locked long-lived tokens to secure our web services. However, when clients change IP or when certain proxy servers are used, the token becomes invalid. This forces our customers to log in a second time - and sometimes more. This is a less than pleasing user experience. We are looking for alternatives, and part of that trolling this forum for other users that have experienced this. Are short-lived tokens the preferred, and if so, how have you renewed the token? Is using the http referrer an option? What about OAuth2? I'm not familiar enough with it, but Esri seems to think it's pretty awesome. TIA
... View more
09-27-2013
09:43 AM
|
0
|
0
|
1932
|
|
POST
|
I have one. I've compiled and run in an iPad simulator. When I try to debug/run it on a device (iPad 4) with iOS 7, I get informed that: No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=armv7s, VALID_ARCHS=armv7). I haven't dug in yet. Nonetheless, anyone else seeing issues? Post up! EDIT: I set Build Active Architecture Only to No and the application launched on the device. This exposed issues with some plists I use though. Digging in...
... View more
09-19-2013
02:03 PM
|
0
|
5
|
4399
|
|
POST
|
In a JSAPI map app that consumes a dynamic map service as LeatureLayers, when you do a continuous zoom (e.g., with the track wheel, an Apple MagicMouse, or in a pinch-zoom on a tablet), the feature disappears until zooming ends, and then the featurelayer draws to the extent zoomed to. Compare this with a dynamic map service layer, which maintains the raster graphic rendering of the layer until zooming stops, at which point the new raster is drawn. My question: Is it possible to maintain a visual on the FeatureLayer during the continuous zoom? TIA
... View more
09-11-2013
07:50 AM
|
0
|
1
|
913
|
|
POST
|
I host ArcGIS Server 10.0 SP5 with token secured map services. When creating a web map, using Add->Add Layer From Web, then entering a URL of my rest endpoint with the "Add ArcGIS Web Service" option. ArcGIS Online recognizes the it's a secured service and queries for username and password. Entering u/p, then ArcGIS Online informs me that: Unable to access the authentication service. Both my secured map service and my token service are exposed to the internet. My map service URL is https://www.MyDomain.com/ArcGIS/rest/services/MyMapService/MapServer My token service is: https://www.MyDomain.com/ArcGIS/tokens/getToken.html Similarly, in ArcGIS Online: Home->My Content->Add Item, On the Web->ArcGIS Web Service-> enter the URL and enter the credentials, I get informed that either Unable to load https://MyArcGISAccount.maps.arcgis.com/sharing/proxy?https://www.MyDomain.com/ArcGIS/tokens status: 0 or Valid service credentials not fully specified. Bottom line is that our organization cannot use ArcGIS online or that I cannot recommend its use to our organization. Unless we can resolve this issue and it does not involve upgrading to ArcGIS 10.1 or 10.2. Can anyone help me out with this please. TIA
... View more
08-22-2013
07:27 PM
|
0
|
0
|
1343
|
|
POST
|
I host ArcGIS Server 10.0 SP5 with token secured map services. When creating a web map, using Add->Add Layer From Web, then entering a URL of my rest endpoint with the "Add ArcGIS Web Service" option. ArcGIS Online recognizes the it's a secured service and queries for username and password. Entering u/p, then ArcGIS Online informs me that: Unable to access the authentication service. Both my secured map service and my token service are exposed to the internet. My map service URL is https://www.MyDomain.com/ArcGIS/rest/services/MyMapService/MapServer My token service is: https://www.MyDomain.com/ArcGIS/tokens/getToken.html Similarly, in ArcGIS Online: Home->My Content->Add Item, On the Web->ArcGIS Web Service-> enter the URL and enter the credentials, I get informed that either Unable to load https://MyArcGISAccount.maps.arcgis.com/sharing/proxy?https://www.MyDomain.com/ArcGIS/tokens status: 0 or Valid service credentials not fully specified. Bottom line is that our organization cannot use ArcGIS online or that I cannot recommend its use to our organization. Unless we can resolve this issue and it does not involve upgrading to ArcGIS 10.1 or 10.2. Can anyone help me out with this please. TIA
... View more
08-22-2013
07:25 PM
|
0
|
2
|
5421
|
|
POST
|
AGSGroupLayer is defined as A group layer is a collection of AGSLayers. The SDK does not indicate any obvious methods for adding or removing AGSLayers to an AGSGroupLayer. Did I miss something? TIA
... View more
08-12-2013
01:43 PM
|
0
|
2
|
3333
|
|
POST
|
Am I missing something? I've been going around in circles on https://developers.arcgis.com/ trying to find developer resources I don't already have via the EDN subscription and our enterprise licenses. I'm having to make some forward-thinking recommendations to our organization and this requires looking over the horizon in the direction Esri is nudging us. Are there runtimes, sdks, apis, documentation, templates, samples, etc. hidden in the subscription? Is there some business model that's not as readily apparent as, say, Amazon Web Services? Is Esri's plan to turn it's currently free (but attributed) basemap (an other) web services into a pay-per-view model? We just want to use the apis and sdks, and maybe someday, hopefully, the lofty and laudable runtime core when, and if, it gets released.
... View more
06-20-2013
11:28 AM
|
0
|
0
|
854
|
|
POST
|
Using the "Create Map Tile Package" tool, there is no option to use a spatial subset of the map extent. When you create the TPK, no matter what the saved extent of the map, the entire map gets TPKed. Yes, there is an option to use a service (non-ArcGIS Online/Bing/Google Maps) as a tiling scheme, but I don't want to create a cached map service just so I can create a TPK for offline use. I'd much rather use a defined extend (i.e., an envelop) to create my TPKs. For example create a TPK of just one state, even though the map has the entire country. It doesn't need to be a toolbox tool, we'd be more than happy to wallow in ArcPy to make it happen. So. Can it be done? TIA
... View more
05-31-2013
09:37 AM
|
0
|
0
|
2521
|
|
POST
|
Yep. 0% compression. I'll put in a help ticket. Thanks Dasa.
... View more
05-20-2013
09:28 AM
|
0
|
0
|
1832
|
|
POST
|
Hi Dasa! Yes, it does throw a LayerEvent.LOAD_ERROR. The fault is an mx.rpc.Fault. And more telling, the faultString is: kpLayerMissingConfXML: Cannot locate conf.xml in tpk file. It's the 3.3 API BTW. I carved into the TPKs with WinZip and the conf.xml is in both and the contents are identical. For some reason the vector-generated tpk is not allowing the Flex API to see the conf.xml What next can I do? TIA --Dirk
... View more
05-20-2013
08:06 AM
|
0
|
0
|
1832
|
|
POST
|
ArcGIS Desktop 10.1 SP used to create two TPKs Using an mxd with vector data (Some points, lines and polygons with simple symbology using pure red, green and blue colors) Using an AGS map service that serve the same content as the mxd (above) 20 LODs (required) and PNG output. Both the map service and the mxd use a state plane SRS. The results: The vector-generated TPK can be drag-n-dropped into ArcMap and display just fine. A Flex API mobile map using the TPK as a ArcGISLocalTiledLayer does not display the TPK The TPK generated from the AGS Map service can be drag-n-dropped into ArcMap and display just fine - albeit grainy (expected) The Flex API mobile map using the TPK as a ArcGISLocalTiledLayer does displays the TPK just fine So what's up? Am I missing some special magic to create the TPK? The geoprocess:
CreateMapTilePackage D:\documents\Project\Maps\Some.mxd ONLINE D:\documents\Tiles/Tiles.tpk PNG 20 # # # The Flex code:
<esri:Map width="100%" height="100%">
<esri:ArcGISLocalTiledLayer file="{File.documentsDirectory.resolvePath('Tiles/Tiles.tpk')}"/>
</esri:Map>
... View more
05-15-2013
02:32 PM
|
0
|
11
|
3552
|
|
POST
|
This is affecting development timelines for me. AMD is a pattern we should all be embracing. http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.3 in case you haven't already seen it... Discuss...
... View more
12-21-2012
07:23 AM
|
0
|
1
|
787
|
| Title | Kudos | Posted |
|---|---|---|
| 5 | 11-10-2021 12:27 PM | |
| 1 | 10-02-2019 10:47 AM | |
| 1 | 09-24-2021 08:40 AM | |
| 1 | 09-28-2018 10:16 PM | |
| 1 | 10-09-2015 08:26 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-05-2023
03:51 AM
|