OpenLayers OpenLayers

Changeset 3983

Show
Ignore:
Timestamp:
08/23/07 07:14:45 (1 year ago)
Author:
pgiraud
Message:

preserve selection

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/camptocamp/feature/lib/OpenLayers/Control/DeleteVertex.js

    r3938 r3983  
    119119            this.selectVertexControl.deactivate(); 
    120120             
    121             if(this.feature) { 
    122                 this.selectControl.unselect.apply(this.selectControl, [this.feature]); 
    123             } 
    124121            this.selectControl.deactivate(); 
    125122            return true; 
  • sandbox/camptocamp/feature/lib/OpenLayers/Control/ModifyFeature.js

    r3941 r3983  
    143143            this.vertices = []; 
    144144            this.dragControl.deactivate(); 
    145             if(this.feature) { 
    146                 this.selectControl.unselect.apply(this.selectControl, [this.feature]); 
    147             } 
    148145            this.selectControl.deactivate(); 
    149146            return true;