Hello, I'm wondering is it possible to export my graphic layer as shapefile using javascript maps sdk and how, or do I need to do it some other way using other tools like python scripts and so on..
Any help would be appreciated.
Solved! Go to Solution.
You would probably start with converting each graphic to JSON. From there, I only know of Python being able to turn that JSON into a geodatabase feature class, then export the feature class to shapefile. How exactly you implement that workflow can vary depending on your server capabilities and how much you need it to be automated.
You would probably start with converting each graphic to JSON. From there, I only know of Python being able to turn that JSON into a geodatabase feature class, then export the feature class to shapefile. How exactly you implement that workflow can vary depending on your server capabilities and how much you need it to be automated.