Esri / local-government-desktop-addins

A series of ArcGIS Desktop Add-ins used in the ArcGIS for Local Government editing maps.
Apache License 2.0
61 stars 56 forks source link

Enhancement - Last Value - Do not change value on create #240

Closed MikeMillerGIS closed 6 years ago

MikeMillerGIS commented 7 years ago

When a line is split, an Create Edit action is triggered. Values from the split line are set on a field. This registers as a field change, so it is overwriting the last value array. Request from user was that on create, bypass changing the last value array.

Note: This also affects values set in feature templates. Values in feature templates will not overwrite last value array also and the last value array entry will overwrite the value in the feature template. So if feature template has a value of Red and the last value array has a value of Blue. The sketched features field will have Blue and not Red as defined in the template.

MikeMillerGIS commented 7 years ago

Last value now has a third option, TRUE or FALSE image

This third option controls the above request.

clareprice commented 6 years ago

Verified fix and doc. Closing.