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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user