Add a control that acts as a split agent. The control can be configured to listen for edits on any source layer or can create a temporary sketch layer for creating a split source. Source features will be used to split targets on a target layer. The deferDelete option tells the control to modify feature state instead of destroying split features (for use with a save strategy and a protocol that persists changes). r=ahocevar (closes #1972)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8998 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-03-10 22:06:19 +00:00
parent 7db0265495
commit 8c0d034516
8 changed files with 1802 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@
<li>Control/ScaleLine.html</li>
<li>Control/SelectFeature.html</li>
<li>Control/Snapping.html</li>
<li>Control/Split.html</li>
<li>Events.html</li>
<li>Extras.html</li>
<li>Feature.html</li>