ArcGIS API for JavaScript Version 3.11 Released

4858
23
10-06-2014 12:25 PM
BjornSvensson
Esri Regular Contributor

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">

23 Replies
TimWitt2
MVP Alum

Good stuff!

0 Kudos
KenBuja
MVP Esteemed Contributor

What's going on with the Explore Heat Map sample as you pan east?

This is the result when panning east across the dateline

paneast.png

Which is different from panning west

panwest.png

0 Kudos
BjornSvensson
Esri Regular Contributor

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).

0 Kudos
DavidColey
Frequent Contributor

Hi Bjorn-

Can you tell us where we might go for the ExpandoPane css?  At 3.10 the url is:

http://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/ExpandoPane.css"

Thanks

0 Kudos
BjornSvensson
Esri Regular Contributor

Change the number to 3.11 and remove the "js/dojo":
http://js.arcgis.com/3.11/dojox/layout/resources/ExpandoPane.css

0 Kudos
DavidColey
Frequent Contributor

Thank you that was it

0 Kudos
Manuel_FernandoBenitez
New Contributor III

Great!

0 Kudos
by Anonymous User
Not applicable

There is an issue with my measure widget in 3.11.  Has this css for the buttons changed? measure_error.PNG

0 Kudos
BjornSvensson
Esri Regular Contributor

Yes. As mentioned in What's new in Version 3.11 | Guide | ArcGIS API for JavaScript  we did a number of changes to the Measurement widget (even though we didn't specifically mention CSS on that page).

Could you maybe create a new thread with an example of your code, and/or link to your app?    

0 Kudos