catch autodrag as well (this is for double-clicks)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@616 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -71,7 +71,6 @@ OpenLayers.Layer.Yahoo.prototype = Object.extend( new OpenLayers.Layer(), {
|
|||||||
|
|
||||||
// create GMap, hide nav controls
|
// create GMap, hide nav controls
|
||||||
this.ymap = new YMap(this.div);
|
this.ymap = new YMap(this.div);
|
||||||
// this.moveTo();
|
|
||||||
|
|
||||||
// catch pans and zooms from GMap
|
// catch pans and zooms from GMap
|
||||||
YEvent.Capture(this.ymap,
|
YEvent.Capture(this.ymap,
|
||||||
@@ -79,6 +78,12 @@ OpenLayers.Layer.Yahoo.prototype = Object.extend( new OpenLayers.Layer(), {
|
|||||||
this.catchPanZoom,
|
this.catchPanZoom,
|
||||||
this);
|
this);
|
||||||
|
|
||||||
|
// catch pans and zooms from GMap
|
||||||
|
YEvent.Capture(this.ymap,
|
||||||
|
EventsList.endAutoPan,
|
||||||
|
this.catchPanZoom,
|
||||||
|
this);
|
||||||
|
|
||||||
|
|
||||||
// attach to the drag start and end and we´ll set a flag so that
|
// attach to the drag start and end and we´ll set a flag so that
|
||||||
// we dont get recursivity. this is because the events fall through
|
// we dont get recursivity. this is because the events fall through
|
||||||
|
|||||||
Reference in New Issue
Block a user