|
POST
|
Hani Draidi, I know you asked specifically for Robert's advice, but here is a link to the tutorial for Mobile-specific application—ArcGIS API for Flex | ArcGIS for Developers . You might also want to consider whether Flex is the right technology for you to use, especially if you are new to Flex and/or mobile apps. Other options include the ArcGIS API for JavaScript and the iOS/Android/etc SDKs - see Documentation | ArcGIS for Developers or any of the "mobile" presentations from the latest Esri User Conference and Developer Summit.
... View more
09-09-2014
09:21 AM
|
1
|
1
|
4591
|
|
POST
|
I'm guessing that Robert will help you Josh Just some notes about WMS support in general. It is supported by both ArcGIS Online (since 2011) and Flex Viewer (since 2010). If you read something else, it was probably an older note, or something specific to a particular WMS service. Some of them can be more problematic than others to configure right. OGC—Help | ArcGIS ArcGIS Viewer for Flex - WMS etc
... View more
09-09-2014
09:01 AM
|
0
|
1
|
2166
|
|
POST
|
I'm glad the problem got solved. Just a quick note that the proxyURL is a property of BaseTask, which QueryTask inherits from. It's listed in the documentation at https://developers.arcgis.com/flex/api-reference/com/esri/ags/tasks/QueryTask.html#propertySummary. Make sure to "Show Inherited Public Properties".
... View more
09-09-2014
08:46 AM
|
0
|
1
|
1382
|
|
POST
|
It could be because the token expired, and that the proxy didn't refresh it correctly. Could you try re-starting the proxy (maybe by restarting the web server), and see if that (temporarily) makes the proxy work again?
... View more
09-02-2014
07:38 AM
|
1
|
2
|
9000
|
|
POST
|
Samarth, It would probably be best to convert your .e00 files to a more web-friendly format that is supported by the API.
... View more
09-01-2014
11:33 AM
|
0
|
0
|
917
|
|
POST
|
It could be the data or the version of ArcGIS Server. So some things to test: does it work with a more recent version of ArcGIS Server? does it work with other layers? You could probably use http://sampleserver6.arcgisonline.com/arcgis/rest/services/ to test this.
... View more
08-28-2014
05:10 PM
|
0
|
0
|
1923
|
|
POST
|
Multi-touch gesture support on different devices is not implemented as standard as it should be. I have tested it successfully on some Windows 7 and 8.1 machines (in both Firefox and IE11), but on some devices only single-touch gestures seemed to work for the Flex applications: an old Microsoft Surface Pro HP TouchSmart What sort of laptop are you using? Does any of these work for your specific device: Double-click map to recenter and zoom in at clicked location. To zoom out, press Alt when double-clicking (doubleClickZoomEnabled). Pinch open to zoom in. (Only works with Flash Player 10.1 or above) Pinch close to zoom out. (Only works with Flash Player 10.1 or above) Two-finger tap to zoom out. (Only works with Flash Player 10.1 or above) API Reference: com.esri.ags.Map Basic apps to test: https://developers.arcgis.com/flex/sample-code/switching-basemaps.htm https://developers.arcgis.com/flex/sample-code/MapSwitcher.swf http://resources.arcgis.com/en/help/flex-viewer/live/index.html?config=apps/config-draw.xml
... View more
08-28-2014
03:38 PM
|
0
|
0
|
1179
|
|
POST
|
Kathleen Brenkert - when you are using the proxy, the username/password will (should?) not be visible in firebug for a proxy request/response because the request from the proxy to your service doesn't go via the web browser. Are you sure that it's the network request/response to the proxy, and not some other request going from your application (but not using proxy)? Can you share the exact request/responses you are seeing?
... View more
08-28-2014
02:21 PM
|
1
|
1
|
9000
|
|
POST
|
Yes, my guess is that incorrect drawing order would need to be fixed, for example with "simplify".
... View more
08-25-2014
02:39 PM
|
0
|
2
|
1923
|
|
POST
|
Madhavarao Chennupati - what device are you testing on, what OS, and what version of the Adobe Flash Player?
... View more
08-25-2014
08:47 AM
|
0
|
2
|
1179
|
|
POST
|
Will, version 3.6 is not the last release. We're planning a version 3.7 this fall (which might be the last version). See the "Esri’s Roadmap for Web Developers | ArcGIS Blog". Esri will continue to provide technical support of the 3.x Web APIs and Viewers until June 1, 2016. See the "ArcGIS Web Mapping Product Life Cycle Support Status document at http://downloads.esri.com/support/product%20life%20cycle/online_gis/ArcGISWebMappingAPIs_PLC.pdf for more details.
... View more
08-22-2014
03:32 PM
|
1
|
0
|
2945
|
|
POST
|
Hi Jian, No it's not mandatory to generalize before using the intersect operation. Are you testing with an old server (prior to ArcGIS 10.1)? Before 10.1, you needed to call "simplify" in case your geometries were not topologically consistent. As of 10.1 the intersect operation will do this for you. http://resources.arcgis.com/en/help/arcgis-rest-api/#/Intersect/02r3000000sr000000/
... View more
08-22-2014
03:22 PM
|
0
|
4
|
1923
|
|
POST
|
Gianni, That file looks like the output from an ArcGIS Server. If so, and you still have access to where the data came from, you could just change the spatial reference output parameter to get it in whatever spatial reference you would like (for example 4326 for latitude/longitude). In addition to using Python... You could use the Javascript API to do it if you're familiar with JavaScript. Documentation at http://js.arcgis.com . Or if you prefer other programming languages, see https://developers.arcgis.com/documentation/. Or you could use the ArcGIS GeometryService to do it for you. With just some minor changes to your files, you could get it converted like I did with your example file: Project (GeometryServer). Documentation at http://resources.arcgis.com/en/help/arcgis-rest-api/#/Project/02r3000000pv000000/.
... View more
08-22-2014
03:02 PM
|
0
|
2
|
3619
|
|
POST
|
Marcos, I'm not sure I understand. Could you explain in more details? It might be better to do this in a new discussion thread (instead of re-using this one from last year). Go to ArcGIS Viewer for Flex and click "Actions -> Create -> Discussion".
... View more
08-07-2014
11:27 AM
|
0
|
0
|
1508
|
|
POST
|
It's the AttributeTable API component that listens and performs the export.
... View more
07-28-2014
11:56 AM
|
0
|
2
|
2194
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-11-2026 11:16 AM | |
| 2 | 03-17-2025 08:24 AM | |
| 3 | 03-17-2025 07:27 AM | |
| 4 | 02-26-2025 11:37 AM | |
| 1 | 03-23-2023 04:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-14-2026
04:21 PM
|