Upgrading to ArcGIS JS API v3.2 - Issues with cached basemap layer

383
2
Jump to solution
09-25-2012 11:55 AM
BryanKaraffa
New Contributor III
I am trying to upgrade our JS API call to version 3.2 to support Android Pinch to zoom.  The original version of the map utilizes v2.8 (http://map.geog.ucsb.edu/).

Here is what happens when I change the calls to the appropriate files to version 3.2:

http://map.geog.ucsb.edu/sandbox/
Screenshot: http://ctrlv.in/121712


Any help would be appreciated!!
0 Kudos
1 Solution

Accepted Solutions
KellyHutchins
Esri Frequent Contributor
Looks like you need to add the new required esri.css file. Here's some info:

http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/css.htm

View solution in original post

0 Kudos
2 Replies
KellyHutchins
Esri Frequent Contributor
Looks like you need to add the new required esri.css file. Here's some info:

http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/css.htm
0 Kudos
BryanKaraffa
New Contributor III
Looks like you need to add the new required esri.css file. Here's some info:

http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/css.htm


Many thanks!!  That was it!
0 Kudos