Select to view content in your preferred language

display issue in version 2.8

545
1
04-05-2012 07:11 PM
huizhao
New Contributor
when zooming or panning a map, there are a blank white line apears on the map, how to solve this problem?

example for test:
http://help.arcgis.com/en/webapi/javascript/arcgis/demos/map/map_main.html
0 Kudos
1 Reply
JeffPace
MVP Alum
when zooming or panning a map, there are a blank white line apears on the map, how to solve this problem?

example for test:
http://help.arcgis.com/en/webapi/javascript/arcgis/demos/map/map_main.html


IT looks like a side effect of the animation on navigation. Try setting

navigationMode:'classic'

or

fadeOnZoom:false

in the map options and see if you like those (older) effects better.
0 Kudos