Does the editor widget recognize the draw tool in a feature layer template?

535
2
07-20-2021 08:08 AM
NilsBabel1
Occasional Contributor

I've created a simple app with the v4 editor widget (https://codepen.io/nbabel/pen/WNjEOzO).  It uses a hosted feature layer to edit.  The hosted feature layer has a feature template saved with the service.  The service has the feature template Drawing Tool set to esriFeatureEditToolRectangle.  However, the editor widget ignores that and only allows me to use the regular polygon tool.  How do you get the editor widget to recognize the fetaure template draw tool?  Does it recognize the draw tool?  Is there another way to use the rectangle tool to create a feature with the editor widget?  I've looked into the Feature Template documentation.  But I'm lost as to how to incorporate that with the editor widget and the existing layer.  It shouldn't be this hard to just set a rectangle tool for your draw tool.  

 

2 Replies
NilsBabel1
Occasional Contributor

I've updated the sample above to modify the templates property of the layer.  When it loads I change the drawingTool of the template to 'rectangle'.  This also has no effect.  When I add a feature it still only gives me a polygon tool.  Is this a bug?  Why have a templates and drawingTool property if it doesn't have an effect?  Or am I not using it correctly?

RodrigoAbril
New Contributor II

Im having the same issue 

0 Kudos