Select to view content in your preferred language

Is it possible to add features to AGOL hosted feature layer with JavaScript?

778
1
01-31-2017 09:44 AM
MichaelGinzburg
Frequent Contributor

Hello,

Is following scenario feasible:

Web application developed with JavaScript API displays feature layer from local AGS.

User selects a feature from the layer.

The application copies the feature to feature layer hosted at AGOL.

I want all work done in browser.

Thanks!

0 Kudos
1 Reply
KenBuja
MVP Esteemed Contributor

You can add, modify, and delete features in a hosted feature layer on AGOL using the applyEdits method of the feature layer.

0 Kudos