Select to view content in your preferred language

Can't add new features to an editable layer

264
2
03-20-2025 01:28 PM
MaggieT
Emerging Contributor

I have a line layer that allows me to start making a feature. When I hit create after drawing, it doesn't actually show up or get added to the data for that layer. All of the editing privileges under settings are good, they are the same as another layer that doesn't have these issues. I've tried (I'm an admin), and someone else in the organization with editing privileges has tried. Hasn't worked for either of us. Any thoughts?

 

0 Kudos
2 Replies
DavidPike
MVP Notable Contributor

Possibly check the Developer tools (f12) Network calls to the REST API for any error codes.  should be something like AddFeatures operation.

Also check if it is a Hosted Feature Layer or a Hosted Feature Layer View.  It might be the case that the SQL or Geographic filter on the view then filters out the new edits from display.

0 Kudos
EmilyGeo
Esri Regular Contributor

 Hi @MaggieT

Is there a Filter set on the layer? 

0 Kudos