Trying to update field in a feature Without "attInspector" ...Using ArcGIS JavaScript
I cannot find any changes in the field. Please, help me out.
My code:
for (var i = 0; i < features.length; i++){ feature = features; feature.attributes["X"] = Value; updateFeature.getLayer().applyEdits(null, [feature], null);}Any and all help is much appreciated.
أكثر...
I cannot find any changes in the field. Please, help me out.
My code:
for (var i = 0; i < features.length; i++){ feature = features; feature.attributes["X"] = Value; updateFeature.getLayer().applyEdits(null, [feature], null);}Any and all help is much appreciated.
أكثر...