Select to view content in your preferred language

Shapefile

281
1
Jump to solution
02-21-2024 05:45 AM
ErsiLover
New Contributor III

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.

0 Kudos
1 Solution

Accepted Solutions
BlakeTerhune
MVP Regular Contributor

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.

View solution in original post

1 Reply
BlakeTerhune
MVP Regular Contributor

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.