<?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> <addfeatures>true</addfeatures> <deletefeatures>true</deletefeatures> <toolbarvisible>true</toolbarvisible> <toolbarcutvisible>true</toolbarcutvisible> <toolbarmergevisible>true</toolbarmergevisible> <toolbarreshapevisible>true</toolbarreshapevisible> <updategeometry>true</updategeometry> <updateattributes>true</updateattributes> <layersettings> <layer name="Active Incident Areas"> <fields> <field name="TYPE" alias="Type" /> <field name="DESCRIPTION" alias="Description" /> <field name="STATUS" alias="Status" /> <field name="START_DATE" alias="Start" /> <field name="END_DATE" alias="End" /> </fields> <showobjectid>false</showobjectid> <showglobalid>false</showglobalid> <singletomultilinethreshold>60</singletomultilinethreshold> <formfieldsorder>fields</formfieldsorder> </layer> </layersettings> </configuration>
Solved! Go to Solution.