Unable to auto update the specific feature attributes when the feature location is moved from one region to another region?
In the editor tool,taken feature service for editing,so when activate the edit tool,user can edit the feature &move the position from one location to another, the point feature attributes must be changed as per the new layer attributes which are lying in the polygon.
this.inherited(arguments);
this.own(topic.subscribe('mapClickMode/currentSet', lang.hitch(this, 'setMapClickMode')));
if (this.parentWidget && this.parentWidget.toggleable) {
this.own(aspect.after(this.parentWidget, 'toggle', lang.hitch(this, function () {
this.onLayoutChange(this.parentWidget.open);