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
This commit is contained in:
Tim Schaub
2009-02-05 22:45:52 +00:00
parent 5cc2445a6a
commit dd70dceef9

View File

@@ -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