Select to view content in your preferred language

2.0 beta Update?

1296
7
05-27-2010 04:58 AM
AdamPfister
Esri Contributor
Has there been an update to the 2.0 beta?  I now see an "esri" logo in the bottom right corner of my app.  Also, there is a tooltip that appears when using the Draw toolbar to draw an Extent.  Something like, "Press down to start and let go to finish".
0 Kudos
7 Replies
derekswingley1
Deactivated User
I'm not seeing this yet...which url are you using for the JS API? http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.0 ?
0 Kudos
Gregory_L___Greg_Gunther
Deactivated User
I am noticing the same.  Also, my feature selection are not showing any longer.
0 Kudos
KellyHutchins
Esri Frequent Contributor
We released an update to v2.0 (beta) of the JavaScript API today, here are the highlights of the release:

The overview map, originally a code gallery sample, is now part of the JavaScript API. The documentation is here:
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/overviewmap.htm

And we have three samples showing how to work with the dijit:
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/map_overviewma...
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/map_overviewma...
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/layout_styledm...

We�??ve added several samples that show how to work with Image Services, view them in the Image Service folder on the JS API Samples page:
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples_start.htm


We added tooltips to the drawToolbar, these are configurable and can be turned off by setting the showTooltips constructor option to false.
We added Temporal rendering support for polyline and polygon features, we have a sample for point features.
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/renderer_tempo...

We added the esri logo to the maps, the logo can be turned off by setting the Map constructor option for logo to false.
0 Kudos
KellyHutchins
Esri Frequent Contributor
I am noticing the same.  Also, my feature selection are not showing any longer.


Greg,

Can you provide more details about the feature selection issue you are experiencing?
0 Kudos
Gregory_L___Greg_Gunther
Deactivated User
Sure.  Let me clean it up a bit.  Thanks.
0 Kudos
derekswingley1
Deactivated User
We released an update to v2.0 (beta) of the JavaScript API today, here are the highlights of the release:

The overview map, originally a code gallery sample, is now part of the JavaScript API. The documentation is here:
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/overviewmap.htm

And we have three samples showing how to work with the dijit:
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/map_overviewma...
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/map_overviewma...
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/layout_styledm...

We�??ve added several samples that show how to work with Image Services, view them in the Image Service folder on the JS API Samples page:
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples_start.htm


We added tooltips to the drawToolbar, these are configurable and can be turned off by setting the showTooltips constructor option to false.
We added Temporal rendering support for polyline and polygon features, we have a sample for point features.
http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/renderer_tempo...

We added the esri logo to the maps, the logo can be turned off by setting the Map constructor option for logo to false.


Nice! Thanks for the heads up.
0 Kudos
AdamPfister
Esri Contributor
Thanks for the docs, Kelly.
0 Kudos