id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	state
1661	wrapDateLine and transitionEffect conflict	euzuro	pagameba	"OpenLayers.Layer.WMS wrapDateLine stops working if {transitionEffect: 'resize'} is added to the options, and vica versa.  Order is significant:

{{{
{singleTile: true, transitionEffect: 'resize'},
{wrapDateLine: true}
}}}
--> transition effect works, date line wrapping does not.

{{{
{wrapDateLine: true},
{singleTile: true, transitionEffect: 'resize'},
}}}
--> date line wrapping works, transition effects do not.


Trivial sample case attached.

'''Transition Example'''
Demonstrates the use of transition effects in tiled and untiled layers. 

There are two transitions that are currently implemented: null (the default) and 'resize'. The default transition effect is used when no transition is specified and is implemented as no transition effect except for panning singleTile layers. The 'resize' effect resamples the current tile and displays it stretched or compressed until the new tile is available. 

* The first layer is an untiled WMS layer with no transition effect.
* The second layer is an untiled WMS layer with a 'resize' effect. 
* The third layer is a tiled WMS layer with no transition effect. 
* The fourth layer is a tiled WMS layer with a 'resize' effect. "	bug	closed	minor	2.7 Release	general	2.6	invalid			
