Select to view content in your preferred language

SmartEditor : Unable to move geometry : editToolbar.activate with Edit.MOVE

413
0
10-25-2022 02:10 AM
ChristopheDALICHAMPT
New Contributor

Hi,

I use arcgis-web-appbuilder-2.25 to build an app with the smartEditor Widget (apiVersion = '3.41'). The purpose is to edit a polygon feature layer.

In widget.js I have :

case "esriGeometryPolygon":

this.editToolbar.activate(Edit.EDIT_VERTICES | Edit.MOVE | Edit.ROTATE | Edit.SCALE, feature);

But when I activate "update the geometry" from the Smart Editor form,  It seems that I cannot move the geometry when I click on it in the map. The tool activated remains the pan on the map. Just like if it was desactivated.

Functionalites of changing the scale, rotating and editing vertices work well.

If you have any idea. Thanks a lot !

ChristopheDALICHAMPT_0-1666688766515.png

 

 

0 Kudos
0 Replies