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 scenariosUSER 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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.