I tried out Briefings and created an express map in there. Now I want to scrap my Briefing and use a Story Map instead. Is there a way to transfer my express map with all my pins into a new story map?
Solved! Go to Solution.
I don't know of a way to do this in the StoryMaps app itself.
So far the best way I've found to do this requires modifying the JSON of the StoryMap using something like the ArcGIS Assistant. Below are the steps we share with our users, if they are willing to take on the risk of working directly with a story's JSON.
I don't know of a way to do this in the StoryMaps app itself.
So far the best way I've found to do this requires modifying the JSON of the StoryMap using something like the ArcGIS Assistant. Below are the steps we share with our users, if they are willing to take on the risk of working directly with a story's JSON.
Thank you very much for this detailed response. I'm a newbie to story maps and ArcGIS in general so I don't think I'm comfortable modifying the JSON . . . but I'll keep this info in case I end up trying it with someone's help. Appreciate it!
@PeterKnoopI did it today and IT WORKED! I had to start with a fresh brain today haha Thank you so much for your detailed and easy to follow instructions!
Somehow related to that question, I would like to copy individual slides from one briefing to another ... suggestions, anyone?
I've used the Python API to "copy" various storymap elements into a briefing. Some object types are relatively straightforward and others were tricky in that they lacked API support so I had to do some "manual" JSON construction/editing.
Since this post is specifically regarding ExpressMaps, I'll mention that ExpressMaps were among the more difficult object types to transfer programmatically, because, per the API documentation, "You can only create an ExpressMap [Python object] from a pre-existing expressmap in a story or briefing. You cannot create an ExpressMap from scratch." As such, in order to copy an expressmap from StoryMap to Briefing, I had to manually edit the briefing item JSON. This requires admin rights on the server (Note: I'm running ArcGIS Enterprise - not sure if this would even be possible on AGOL).