Hello Jeff,
The problem is only when I zooming, but not always, displacement sometimes appears, sometimes not appears. When zoom ends, the layer is in correct place.
Thanks for the response.
Pau Pérez
Conselleria de Infraestructuras, Territorio y Medio Ambiente
http://cma.gva.es
http://cartoweb.cma.gva.es
map = new esri.Map("map",{ extent:initExtent, navigationMode:'classic' });
Hi there, this issue is happening in my app as well. I'm using v2.6 and toggling dynamic layers using hide() and show() methods. Steps I'm taking to test:
Toggle layer on
Wait for layer to display
Click to pan on the map or click zoom slider to zoom in or out
Layer shifts
Pan/zoom ends and the layer returns to correct location.
If I use v2.5 I don't get this issue.