Select to view content in your preferred language

customizaation pn draw widget

347
1
03-11-2024 03:56 AM
HariomPandya
Occasional Contributor

I have some customization for the draw widget . SO i want that whaever graphics drawn i want to export them as shapefile so that it socan we used again . I am getting graphic layer graphics so please help me how can i work around that so that it can be downloaded .

0 Kudos
1 Reply
Tao8427
New Contributor


EXB currently does not support exporting temporary data into shapefiles.

 

But you can try to use REST service to do this:
https://developers.arcgis.com/rest/analysis/api-reference/extract-data.htm

If you cannot use the Analysis REST service, you can also try to use: 
https://developers.arcgis.com/rest/services-reference/enterprise/create-replica.htm
(However, the replica may require you to upload the data into an item)


Thank you!

0 Kudos