From dd70dceef9448958f430cb611c1baf6ff8a71f2e Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 5 Feb 2009 22:45:52 +0000 Subject: [PATCH] Correcting what was a mistake in r8805. Original patch was good. The autoPan property should default to false. Apologies for the failing tests. r=crschmidt (closes #1770) git-svn-id: http://svn.openlayers.org/trunk/openlayers@8841 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/OverviewMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/OverviewMap.js b/lib/OpenLayers/Control/OverviewMap.js index 19259d6428..cb21733c09 100644 --- a/lib/OpenLayers/Control/OverviewMap.js +++ b/lib/OpenLayers/Control/OverviewMap.js @@ -104,7 +104,7 @@ OpenLayers.Control.OverviewMap = OpenLayers.Class(OpenLayers.Control, { * marker, the overview map will update itself so the marker returns * to the center. */ - autoPan: true, + autoPan: false, /** * Property: handlers