OpenLayers OpenLayers

Changeset 4272

Show
Ignore:
Timestamp:
09/13/07 19:22:06 (10 months ago)
Author:
tschaub
Message:

Modify away! This was a long time coming. Thanks all for contributions. The ModifyFeature control lets you select a feature for modification, drag around vertices (or the whole feature in the case of a point), delete vertices, and add new vertices (closes #941).

Files:

Legend:

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

    r4231 r4272  
    143143            "OpenLayers/Control/DrawFeature.js", 
    144144            "OpenLayers/Control/DragFeature.js", 
     145            "OpenLayers/Control/ModifyFeature.js", 
    145146            "OpenLayers/Control/Panel.js", 
    146147            "OpenLayers/Control/SelectFeature.js", 
  • trunk/openlayers/tests/list-tests.html

    r4250 r4272  
    6767    <li>Control/test_SelectFeature.html</li> 
    6868    <li>Control/test_DragFeature.html</li> 
     69    <li>Control/test_ModifyFeature.html</li> 
    6970    <li>Control/test_DragPan.html</li> 
    7071    <li>Control/test_OverviewMap.html</li>