I want to get coordinates from user as input and then convert it to a polygon and display it on the map. After that I want to save this polygon to our database with save button.
I am successful to get user input and display it as graphics on map. how do i save this graphic as feature to our database?
Can i convert to json and then send it to a geoprocessor to append it to database layer?
Please share if anyone have already done something similar.
Thank you!