OpenLayers OpenLayers

Changeset 7213 for trunk/openlayers

Show
Ignore:
Timestamp:
05/17/08 16:11:45 (2 months ago)
Author:
elemoine
Message:

ND changes in the modify feature control. Thanks ahocevar for catching the erroneous comment in handleKeypress. No fonctional change.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Control/ModifyFeature.js

    r7061 r7213  
    252252    /** 
    253253     * APIMethod: activate 
    254      * Activate the control and the feature handler
     254     * Activate the control
    255255     *  
    256256     * Returns: 
    257      * {Boolean} Successfully activated the control and feature handler
     257     * {Boolean} Successfully activated the control
    258258     */ 
    259259    activate: function() { 
     
    265265    /** 
    266266     * APIMethod: deactivate 
    267      * Deactivate the controls
     267     * Deactivate the control
    268268     * 
    269269     * Returns:  
     
    497497     * Method: handleKeypress 
    498498     * Called by the feature handler on keypress.  This is used to delete 
    499      *     vertices and point features.  If the <deleteCode> property is set, 
    500      *     vertices and points will be deleted when a feature is selecte
    501      *     for modification and the mouse is over a vertex. 
     499     *     vertices. If the <deleteCode> property is set, vertices will 
     500     *     be deleted when a feature is selected for modification an
     501     *     the mouse is over a vertex. 
    502502     * 
    503503     * Parameters: