|
POST
|
...as such I will need to create a proxy page in order to consume their data. Is this correct thus far? Yes. it appears that I can download and set up the proxy page on my ArcGIS server seeing how both my webmap and my ArcGIS Server instance is on the same server. Is that correct? Yes. Think of the proxy as a helper to your application (which is why it needs to be on the same server as your application).
... View more
06-09-2014
10:37 AM
|
0
|
0
|
1839
|
|
POST
|
...how it appears that I cannot host the proxy on my ArcGIS server. Remember that the proxy would be on the same server as your application (which might be different from your ArcGIS Server machine). https://developers.arcgis.com/flex/guide/deploying-your-application.htm
... View more
06-09-2014
09:52 AM
|
0
|
0
|
1839
|
|
POST
|
Do I need to access them via a proxy page? Yes, since they don't have a crossdomain.xml file. And presumably your application is not hosted on their domain. These pages have more info on proxy pages: https://developers.arcgis.com/flex/guide/using-the-proxy-page.htm http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Using_a_proxy_page/01m30000000w000000/
... View more
06-09-2014
09:36 AM
|
0
|
0
|
1839
|
|
POST
|
...What does the phrase "Version 10.01+required" refer to? A particular version of Adobe Flash or something else? It refers to the version of ArcGIS for Server. The IdentityManager in the Flex API requires ArcGIS 10 SP1 for Server or later. https://developers.arcgis.com/flex/api-reference/index.html?com/esri/ags/components/IdentityManager.html&com/esri/ags/components/class-list.html
... View more
06-09-2014
09:25 AM
|
0
|
0
|
557
|
|
POST
|
Since their site does not have a crossdomain.xml file, are you using a proxy page? The other two sites you list already have a crossdomain.xml file, and thus no proxy is needed.
... View more
06-09-2014
09:15 AM
|
0
|
0
|
1839
|
|
POST
|
Are you using the application builder, or creating the xml configuration file by hand? If you're using the application builder, it should help you create those files.
... View more
05-30-2014
03:33 PM
|
0
|
0
|
769
|
|
POST
|
Ian, sounds like the second sample I listed is closer to what you are looking for. It allows users to type in coordinates, click a button, and then displays the projected coordinates. https://developers.arcgis.com/javascript/jssamples/util_coordinate_converter.html
... View more
05-28-2014
11:20 AM
|
0
|
0
|
4548
|
|
POST
|
...coordinates tool ... Are there any samples out there or does anyone have any ideas? You might find these samples useful: https://developers.arcgis.com/javascript/jssamples/util_project.html https://developers.arcgis.com/javascript/jssamples/util_coordinate_converter.html
... View more
05-28-2014
08:09 AM
|
0
|
0
|
4548
|
|
POST
|
Jeff, we are planning to add a "load" event to the Editor dijit at version 3.10. This should solve your problem about knowing when the Editor dijit has been loaded.
... View more
05-28-2014
08:04 AM
|
2
|
0
|
1541
|
|
POST
|
Here is a Web_Map_as_JSON for you to look at: You will see that the Web_Map_as_JSON request has the layer named properly ,"id":"district.zip - district","minScale":0,"title":"district.zip - district","maxScale":0 Thanks for the sample JSON, it was very helpful 🙂 For feature collections, the Web_Map_as_JSON needs the pretty name to go into the layer, as "name" under "layerDefinition". ..."layerDefinition":{"name":"pretty name","drawingInfo":... I'm not sure if that something you have to control over, or if it is something that needs to be fixed in the API.
... View more
05-27-2014
03:52 PM
|
0
|
0
|
1708
|
|
POST
|
Shapefiles aren't supported in the normal flex viewer. What does the shapefile widget do to display them? How is the data being sent to the ExportWebMap task? Do you have an example REST request, or a working application where it is easy to replicate the problem?
... View more
05-23-2014
02:50 PM
|
0
|
0
|
1708
|
|
POST
|
Natasha, there's a rotation property you can set for the map: <map rotation="270" ... Not sure if it that is that is the sort of "rotation" you are looking for. Or if it does everything you want, but maybe worth testing out. http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Map_content/01m30000005p000000/
... View more
05-23-2014
02:43 PM
|
0
|
0
|
498
|
|
POST
|
Can you maybe advise how I can set this up using my own test solution bjorn? Change your http://test25.net/map/my-csv-map.html by: 1. removing or commenting out the four lines about proxy rule // urlUtils.addProxyRule({ // proxyUrl: "/proxy", // urlPrefix: "test25.net" // }); 2. Make sure your browser is NOT caching your old html file. 3. Optionally, change the CSV layer URL to a relative path: csv = new CSVLayer("my-csv-map.csv", { As long your csv is in the same folder as the html file that will work. And maybe it makes it easier to understand the code.
... View more
05-17-2014
12:28 PM
|
0
|
0
|
3330
|
|
POST
|
Your forum post isn't showing anything after "executes the following" so I'm not sure what you're referring to. Are you referring to that the basemap gallery should only list items that it supports? I.e. not displaying items of type "Web Mapping Application".
... View more
05-15-2014
02:11 PM
|
0
|
0
|
565
|
|
POST
|
Glenn, However in the sample both the csv and the proxy are also on the same domain, earthquake.usgs.gov so I don't know why it need the proxy. Not correct. In the sample, the CSV is on a different domain than the proxy and application. Application: http://developers.arcgis.com/javascript/samples/layers_csv/index.html Proxy: http://developers.arcgis.com/proxy CSV: http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_week.csv
... View more
05-15-2014
02:02 PM
|
0
|
0
|
3330
|
| 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
|