Select to view content in your preferred language

Edit Widget Cut Tool

410
0
10-14-2010 11:03 AM
JasonNielsen
Regular Contributor
I've been working on the Edit Widget using flex viewer 2.1 and i'm just trying to get it to work correctly and it seems to be except for the Cut tool doesn't seem to work. I can create, delete and reshape polygons but i can't get the cut to work. I do not get any errors. The features are being created/deleted in the SDE sql database.

Below is my EditWidget.xml.
 
<?xml version="1.0" ?>
<!-- If compiling this widget, make sure to add -keep-all-type-selectors=true to your compiler arguments in the FB project properties. -->
<configuration>
    <createoptions>
        <polygondrawtools>polygon,freehandpolygon,extent,autoComplete</polygondrawtools>
        <polylinedrawtools>polyline,freehandpolyline,line</polylinedrawtools>
    </createoptions>
    <deletefeatures>true</deletefeatures>
    <geometryservice>http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer</geometryservice>
    <toolbarvisible>true</toolbarvisible>
    <toolbarcutvisible>true</toolbarcutvisible>
    <toolbarmergevisible>true</toolbarmergevisible>
    <toolbarreshapevisible>true</toolbarreshapevisible>
</configuration>


Anybody have this issue or suggestions.

Thanks.
Tags (2)
0 Kudos
0 Replies