|
POST
|
Another option might be to not use the CSVLayer, but instead have your application read the CSV file directly, then populate a featurelayer with that information. There's a basic sample at https://developers.arcgis.com/javascript/jssamples/exp_dragdrop.html that does this (and other things).
... View more
05-14-2014
03:59 PM
|
0
|
0
|
2312
|
|
POST
|
Is there a way to make it run without the proxy? If the CSV file is on the same domain as your application, then you don't need the proxy. If the CSV file is on a different domain than your application and Cross Origin Resource Sharing (CORS) is implemented, then you don't need the proxy. https://developers.arcgis.com/javascript/jshelp/ags_proxy.html For other cases, you will need a proxy.
... View more
05-14-2014
03:32 PM
|
0
|
0
|
3337
|
|
POST
|
...Both of those are awfully complex workarounds for something that REALLY should be a part of the platform. I really hope somebody has been able to use the JSAPI's PrintTask to print a layer from a secured service. Not sure if you've seen it, but there is a help topic in the server help that talks about "Printing maps that contain secured services": http://resources.arcgis.com/en/help/main/10.2/index.html#/Printing_maps_that_contain_secured_services/0154000005q3000000/
... View more
05-14-2014
03:16 PM
|
0
|
0
|
2461
|
|
POST
|
I created an image service and added this image service to a map in ArcGIS online. ... Shouldn't Flex honor the popups created in AGOL? Yes, in general, popups created in AGOL and part of web maps should work in Flex applications. If I create an application in AGOL using that map, I can see the popups, but why not in Flex? However, ArcGIS API for Flex does not support popups on imageservices. Which is why it's not working in your specific case.
... View more
05-12-2014
10:47 AM
|
0
|
0
|
1118
|
|
POST
|
...intranet application ... ability to export to PDF, PNG etc... Does anybody know if there is such a widget and where I might find the code? Mardi, If you have ArcGIS 10.1 (or later) on your intranet (i.e. with access to your internal services), the normal Print Widget (as of version 3.0) can use it to print PDF, PNG etc of your internal map services. http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Print_widget/01m300000036000000/
... View more
05-06-2014
06:43 PM
|
0
|
0
|
1021
|
|
POST
|
FYI - for people looking for a more full-fletched PHP proxy, or similar proxies for DotNet and JSP, see: https://github.com/Esri/resource-proxy. (as mentioned on the Flex Viewer resource center - http://resources.arcgis.com/en/help/flex-viewer/concepts/#/Using_a_proxy_page/01m30000000w000000/)
... View more
05-06-2014
12:39 AM
|
0
|
0
|
1537
|
|
POST
|
I tried to run Editing Geoprocessing Widget Hi zanady, Do you mean the "Edit" widget or the "Geoprocessing" widget (or some custom widget)? What does the request being sent in look like?
... View more
04-14-2014
02:38 PM
|
0
|
0
|
786
|
|
POST
|
I download the widget: "Web Editing Geoprocessing Widget" from: "http://www.arcgis.com/home/item.html?id=798746aaabcc4e8f872a321257d8cfd4" I tried to implement it in the flex viewer 3.4... That's an old widget from 2009 for the original Sample Flex Viewer, version 1.x I think. It will not work with the 3.x Flex Viewer. It was created before the "Edit widget" existed. Depending on what you are trying to do, you might be able to use the Edit widget (which is now part of the product) instead.
... View more
04-12-2014
06:14 PM
|
0
|
0
|
1105
|
|
POST
|
Bjorne and Heather, if you're out there, we could use this in the JavaScript API as well! Larrye, same question for you. What is that you are missing from the API and what is it that you are trying to accomplish? You might to create a new thread under the Javascript forum instead for that...
... View more
04-10-2014
02:06 PM
|
0
|
0
|
1665
|
|
POST
|
Yes, please make toMeterFactor public!!! I can use it too. Steve, I'd like to understand your use case better. Could you explain with some more details? For example, do you need to know the "unit" of the spatial reference of the current map? Or for any and all projections? What would you do with that "unit"? Or do you want to know the conversion factor (compared to meter) for the units on the map?
... View more
04-10-2014
02:03 PM
|
0
|
0
|
1665
|
|
POST
|
I recently updated to ArcGIS Viewer for Flex version 3.6 from 3.0. My applications were view-able in the browser (chrome) through local host until I updated the builder. The operational layers load in the builder and I can see the application data load from server in the builder preview window. ... Literally, everything was working in 3.0. I backed up all files and installed 3.6 and now the local URL loads a blank/white page. Hi Amber, I'm not sure I understand exactly what you mean. Are you saying that when using the application builder everything works fine, but when you go to a browser and a URL like http://yourservername/somefolder/yourappname/ then the screen shows nothing? Does the same thing happen when you try it from a different computer? If you are using Chrome/Firefox/IE and open the Developer Tools to look at the network traffic, what do you see?
... View more
04-10-2014
01:57 PM
|
0
|
0
|
2125
|
|
POST
|
If you have decided to create custom widgets for the Flex Viewer, a good starting point is the Developer section of the Flex Viewer resource center. See for example: Getting Started for Developers - http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Getting_started_for_developers/01m30000001q000000/ Creating Widgets - http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Creating_widgets/01m300000010000000/
... View more
04-10-2014
01:42 PM
|
0
|
0
|
665
|
|
POST
|
what is the lowest version of the API that the new proxy will work on? I have some code stuck at 3.0, which onlyu seems to pass the initial requests in - query tasks go direct to server. The resource proxy should work fine with all versions the Javascript API. Assuming there isn't an API bug related to using proxies in general for specific scenarios.
... View more
04-10-2014
11:33 AM
|
0
|
3
|
1023
|
|
POST
|
I'm experiencing the same issue when trying to run a localhost proxy to a remote ArcGIS Server. If I put the same configuration on one of our servers to works without an issue. Would be great if development on localhost would work the same way. Jesse, I'm not sure I understand. Are you saying the proxy works different on one machine than another? Or that it behaves differently when proxying one server than another?
... View more
04-10-2014
10:41 AM
|
0
|
0
|
9647
|
|
POST
|
The proxy isn't intended to re-write the content of the proxied request to update relative links to css or images. While this does make it a bit ugly in your screenshot (when testing it in the browser), do you have a problem when using the proxy in your application? If so, could you tell us more about how you are using the proxy? Thanks 🙂
... View more
04-10-2014
10:39 AM
|
0
|
0
|
9647
|
| 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
|