|
POST
|
The ArcGIS API for JavaScript Version 3.11 Released thread has links to both the blog post and the "What's new" page, both of which talk about the "Shorter reference URL" and that the downloads are now available on the developers web site. As well as to the some of the other questions on this thread.
... View more
10-07-2014
08:23 AM
|
1
|
0
|
2748
|
|
POST
|
Scott Davis The geometry service fromGeocoordinateString/toGeocoordinateString requires 10.3. The doc has been https://developers.arcgis.com/javascript/jsapi/measurement-amd.html#measurement1-advancedlocationunits (as of yesterdays 3.11 release) to reflect this.
... View more
10-07-2014
07:12 AM
|
0
|
1
|
2518
|
|
POST
|
The 3.11 was officially released earlier today. The downloads are now available from https://developers.arcgis.com/en/downloads/
... View more
10-06-2014
02:49 PM
|
1
|
3
|
2748
|
|
POST
|
Change the number to 3.11 and remove the "js/dojo": http://js.arcgis.com/3.11/dojox/layout/resources/ExpandoPane.css
... View more
10-06-2014
02:42 PM
|
0
|
1
|
3484
|
|
POST
|
Hi Ken Buja, the heatmaprenderer is currently in beta and has issues with wraparound if the map starts centered in the eastern hemisphere (which is what you already spotted).
... View more
10-06-2014
02:03 PM
|
0
|
0
|
3484
|
|
POST
|
Today we released version 3.11 of the ArcGIS API for JavaScript. The optimizer has been updated to support the latest version, and the API & SDK is also available for download. Note that the downloads have moved to a new place. Read the blog at http://blogs.esri.com/esri/arcgis/2014/10/06/arcgis-api-for-javascript-version-3-11-released/ . Or for the complete details, read the Whats New at https://developers.arcgis.com/javascript/jshelp/whats_new.html. For those of you not usually reading any of the above, please read at least the first item, that says: "This is important if you’re upgrading from earlier versions! To update your code for version 3.11 references, replace the following URLs: change /3.10/js/dojo/ to /3.11/ (note the dropped “/js/dojo”) and change /3.10/js/esri/ to /3.11/esri/ (note the dropped “/js”). " An example of this is shown below <link rel="stylesheet" href="http://js.arcgis.com/3.11/dijit/themes/claro/claro.css"> <link rel="stylesheet" href="http://js.arcgis.com/3.11/esri/css/esri.css">
... View more
10-06-2014
12:25 PM
|
4
|
23
|
10617
|
|
POST
|
Assuming that you want to store them in an ArcGIS feature service, you might be better of using the Editor widget (than the DrawTool plus your own code). The Editor widget toolbar can be configured to have a "union" (merge) option. The workflow would be to draw multiple features, then select them and click "union". You can try with this sample: http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=ed_simpletoolbar and add the "mergeVisible" toolbar options like this: toolbarOptions: {
reshapeVisible: true
, mergeVisible: true // add this line to the sample
}
... View more
09-30-2014
03:56 PM
|
0
|
1
|
2476
|
|
POST
|
martin schmoll - FYI, this has been fixed for the soon-to-be-released 3.11 JSAPI.
... View more
09-30-2014
03:41 PM
|
0
|
1
|
1550
|
|
POST
|
No, not the endpoints (unless the lines only have two nodes). You can set up the snapping manager to either snap to edges or vertices (but not endpoints). https://developers.arcgis.com/javascript/jsapi/snappingmanager-amd.html Untested idea: Depending on your app, if you could extract the endpoints and add a point layer, then you could set it up to only snap to this end-point-layer.
... View more
09-30-2014
03:38 PM
|
0
|
1
|
1006
|
|
POST
|
If you're comparing and trying to figure out which of the JS/Flex/SL to use, I would strongly recommend Javascript. See http://blogs.esri.com/esri/arcgis/2014/02/21/esris-roadmap-for-web-developers/ . Also for Web Builder, did you know that the latest beta is now available as part of ArcGIS Online: http://blogs.esri.com/esri/arcgis/2014/09/24/whats-new-in-arcgis-online-september-2014/
... View more
09-26-2014
04:28 PM
|
0
|
1
|
3473
|
|
POST
|
I think it might be possible to change that using skins if you are compiling with the Viewer source code. It is also something we could consider for the next release. https://github.com/Esri/arcgis-viewer-flex/issues Longer story: In Flex, the older MX Label can be made selectable, while Spark Label cannot. This is an Adobe/Apache SDK optimization thing. When we migrated the flexviewer from MX to Spark, we often ended up with Spark labels (where you cannot select text). Sometimes you want to be able to copy/select it, and for those cases you cannot use Spark Label. Instead you have to use something like RichText.
... View more
09-26-2014
03:05 PM
|
0
|
3
|
3473
|
|
POST
|
The refresh property didn't exist in the 2.2 version. It was added at 3.1 for FeatureLayer in FlexViewer. http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/What_was_new_in_ArcGIS_Viewer_3_1_for_Flex/01m300000054000000/
... View more
09-16-2014
08:55 AM
|
0
|
0
|
2006
|
|
POST
|
Bill Lotz - just for testing, and assuming you have admin rights for that organization, does it work if you (at least temporarily) uncheck the "Allow access to the organization through SSL only." setting on the Organization->Security->Policies setting?
... View more
09-16-2014
08:46 AM
|
0
|
3
|
3100
|
|
POST
|
Valtus is an Esri partner according to their website. You might want to contact them directly, or Esri Support. Part of the problem is that WMS specification doesn't include support for user authentication, like Valtus mention in http://www.valtus.com/assets/Uploads/support-2/ViewsdetailedWMS.pdf
... View more
09-09-2014
10:15 AM
|
0
|
0
|
2152
|
|
POST
|
Thanks Josh, By the way I tried that WMS service in the AppBuilder, and I get prompted for username/password. I don't have correct log ins so I don't know what happens next in this case. But might be worth a try. Depending on if you want your users to log in to that service or your app, you might have to manually edit the config file anyways.
... View more
09-09-2014
09:41 AM
|
0
|
2
|
2152
|
| 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
|