|
POST
|
I am primarily wondering why ESRI decided to do this. Is there an advantage that I am missing or was this an over site and should it be looked at or should there be an additional object that contains the fields we need in the IdentifyResult object. It has just always been a frustrating part of the code to deal with. Yes, that part can be frustrating. No, you're not missing anything (I think). I'm not sure why it was decided that way 6+ years ago. I think that originally the "identify" was meant just as a way to quickly get some reasonably formatted information for a click-on-the-map. But as you, and most other have found out, you rather have it return the real field names, so that you can do "more stuff". This is why most people use the "Query" instead of "Identify" to do the identifying-on-map. The "Query" does pretty much the same, plus more and better. So except for that it only works on one individual layer at a time, it is usually the better option.
... View more
11-07-2013
10:59 AM
|
0
|
0
|
1268
|
|
POST
|
Thank you for reporting this issue. This has been fixed in the daily builds - https://github.com/Esri/arcgis-viewer-flex/commit/5736effbb3cf707e890281dffaa10b1127a68b09, as well as in the live sample at http://resources.arcgis.com/en/help/flex-viewer/live/index.html
... View more
11-04-2013
12:19 PM
|
0
|
0
|
1222
|
|
POST
|
I think that the sample map service has been updated since we created those files. I've logged it as https://github.com/Esri/arcgis-viewer-flex/issues/217 - thanks for reporting it.
... View more
10-30-2013
02:44 PM
|
0
|
0
|
1222
|
|
POST
|
Are you saying here that, my instance of ArcGIS Server does not support the offline editing, but will in the 10.2.1 release? Yes. (Well, technically there was already partial support). The complete offline editing story will indeed require ArcGIS 10.2.1 (or ArcGIS Online). And when that happens, the Flex team will be able to add this functionality to the API? It would be possible, but we don't have any plans to do that. See below. ArcGIS Server 10.2.1 will have better support for sync and offline editing. This is the server version that is required by the Runtime SDKs (released yesterday) to do offline editing. Yesterday's releases of iOS and Androids SDK have BETA functionality for offline editing. Ref: https://developers.arcgis.com/en/ios/info/what-s-new-10-2-.htm and https://developers.arcgis.com/en/android/whats-new.html Like I mentioned before, we no longer have any plans to add this functionality to the ArcGIS API for Flex. Our original plan was indeed to support it within the API once the server side fully supported it, so I don't think it was "false assurances". Those were our plans back then, but sometime plans change.
... View more
10-30-2013
12:27 PM
|
0
|
0
|
1453
|
|
POST
|
Is there an answer to this? USGS is phasing out the xml feed. I am trying to use their new ATOM feed, the points display but I can't get the title, etc. to display. The URL I am using is this: http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_week.atom The support for different GeoRSS feeds was improved a few .versions ago. What version are you using? Did you try with http://earthquake.usgs.gov/earthquakes/feed/atom/2.5/week ? It seems to work for me in version 3.5 at least. Another think to keep in mind is that GeoRSS is also supported as a layer type (if you just want to show them on the map, and not have each item listed in the GeoRSS widget.
... View more
10-29-2013
02:03 PM
|
0
|
0
|
3185
|
|
POST
|
I am looking for a simple password splash screen. ... Are there any simple solutions to this? One good solution is to take advantage of the security options in your web server. The details would depend on if you're using IIS, Apache, etc. A very basic, simple, but not secure, option would be to just have a javascript prompt on startup check if they know the password. This might suffice for some scenarios.
... View more
10-04-2013
08:40 AM
|
0
|
0
|
829
|
|
POST
|
I might have to call them and put in a trouble ticket. In order to do that I would have to re-install 3.5 and show them it does not work causing my 3.4 applications to not be editable. Contacting support might be the easiest way to figure out why you installation isn't working for you. Here some things you might want to try as well: Does the "Preview" screen displays blank or is there some sort of error message? What happens on the "Design" tab? When you click the Application URL on the "Preview", does it open a browser? If so, if you look at the network traffic, is there any requests at all? What does your config.xml look like? Is there anything "custom" in the configuration files that you've edited outside the application builder?
... View more
10-02-2013
04:13 PM
|
0
|
0
|
1008
|
|
POST
|
Am I able to use the Edit Widget in the Flex Viewer on feature services I've created in my ArcGIS Online for Organizations account? Yes. You just need to make sure to "Enable editing" for the feature service.
... View more
10-02-2013
04:07 PM
|
0
|
0
|
808
|
|
POST
|
...I want to change the skins of the panel We released version 3.5 yesterday and it has improved CSS styling of the panel divider. Before it was hardcoded yellow, now it depends on the color you use for your application. If this is the change you needed, then you just have to upgrade to 3.5. If not, what specific change were you thinking about? https://github.com/Esri/arcgis-viewer-flex/issues/195
... View more
09-28-2013
10:58 AM
|
0
|
0
|
1396
|
|
POST
|
Version 3.5 was released today and includes the fix for this issue: * Allow complete refreshing of KML and GeoRSS Layers.
... View more
09-27-2013
01:08 PM
|
0
|
0
|
855
|
|
POST
|
Version 3.5 was released today and includes the fix for this issue: * Runtime error when performing an "undo" during editing. Bug was specific to version 3.4.
... View more
09-27-2013
01:07 PM
|
0
|
0
|
1182
|
|
POST
|
Version 3.5 was released today and includes the fix for this issue: * PictureMarkerSymbols, based on URL source, when used as part of a CompositeSymbol only worked when wraparound was true.
... View more
09-27-2013
01:07 PM
|
0
|
0
|
3053
|
|
POST
|
Version 3.5 was released today and includes the fix for this issue: * CompositeSymbol doesn't redraw on children symbols changes. Bug was specific to versions 3.1-3.4
... View more
09-27-2013
01:05 PM
|
0
|
0
|
1888
|
|
POST
|
In version 3.5 (released today), we added a new property, EditTool.autoMoveGraphicToTop, that when true (the default) moves selected graphics to the top of the stack within the parent graphics layer. When set to false, it will do what you asked for 🙂 https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/tools/EditTool.html#autoMoveGraphicToTop
... View more
09-27-2013
11:31 AM
|
0
|
0
|
925
|
|
POST
|
Any update on API (Flex 3.4, JavaScript 3.6) supporting WFS? No, no change in that regards. The API supports WMS and WMTS, but not WFS. If you're interested in WFS support, you might want to add your vote to http://ideas.arcgis.com/ideaView?id=08730000000bteYAAQ ("Add a WFSLayer to the web APIs" created by Mattias). Also, specify if you're looking for read-only access or WFS-T (transactional support). The latter is more complicated. Also, which sort of specific WFS servers/software you need access to, because different WFS implementations tend to be a bit different from each other, making it hard to support all possible flavors.
... View more
09-17-2013
04:32 PM
|
0
|
0
|
1746
|
| 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
|