Layer.Vector.removeMap must deactivate the strategies, r=fredj (closes #1649)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7708 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -20,7 +20,15 @@ OpenLayers.Protocol = OpenLayers.Class({
|
||||
* Any options sent to the constructor.
|
||||
*/
|
||||
options: null,
|
||||
|
||||
|
||||
/**
|
||||
* Property: autoDestroy
|
||||
* {Boolean} The creator of the protocol can set autoDestroy to false
|
||||
* to fully control when the protocol is destroyed. Defaults to
|
||||
* true.
|
||||
*/
|
||||
autoDestroy: true,
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Protocol
|
||||
* Abstract class for vector protocols. Create instances of a subclass.
|
||||
|
||||
Reference in New Issue
Block a user