Select to view content in your preferred language

Want to save Editor widget data user based

350
0
01-05-2023 07:57 PM
Labels (2)
ChintanPandya
New Contributor

I created map with javascript SDK and implement editor widget on map.now whenever i create pin OR line OR polygon the edits and updates saved on base map directly I dont want that i save that data into my local storage or my server based database and load that data user based.
let me explain scenarios
USER A : Draw line on map.
       What i want to do.
                  - Data not saved to base map.
                  - Data save to my storage.
                   - Whenever user load that map fetch data from storage and implement data on map on load.
                   - if user edit and updates data saved to my storage.
USER B : Draw polygon on map.
       What i want to do.
                 - Data not saved to base map.
                - Data save to my storage.
                - Whenever user load that map fetch data from storage and implement data on map on load.
               - if user edit and updates data saved to my storage.

I used below example of   https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-basic/

Thanks,

Chintan

0 Kudos
0 Replies