|
POST
|
Unfortunately, URL parameters aren't currently supported for YouTube videos in the Cascade builder. YouTube videos autoplay if you are using one on the cover or in an immersive section, but they don't loop. If you need a video to loop the easiest way to accomplish this is to upload your video to Vimeo as Cascade currently supports autoplay and looping for Vimeo videos. We plan to add more options to Cascade in the future so that you can configure video behaviors like looping, autoplay, and start/end times in the builder rather than having to use URL parameters. For now -- if you don't mind making an unsupported alteration to your story -- you can do what you want with a little hackery, as described below. There is some risk in doing this that you could break your story. I would recommend trying this procedure on a test story a few times first until you are comfortable with it before attempting on your real story. Using Cascade builder, find the place in your story where you want your looping YouTube video to appear and insert any web page (e.g., www.esri.com) using the Link to Content tab in the media picker. Save your story. Sign into the ArcGIS Online Assistant, which is a tool that lets you edit the JSON story definition stored in ArcGIS. At the top choose I want to...View an item's JSON. Find your story in the left panel and click it. The JSON code for your story map appears in the right panel. In the Data section of the right panel, find the URL you entered in step 1. Replace www.esri.com (or whatever URL you added in step 1) with the YouTube URL for your video that includes the URL parameters. Use the protocol relative format (don't include http: or https: -- the URL should just start with //www.youtube.com/...). See the example code below. Save the changes to the JSON using the save button at the top of the Data section. Reload your story to see your looping video. If you want to use a YouTube video on the cover of your Cascade story you'll need to alter the procedure a bit... In place of steps 6 and 7, copy the entire code snippet below and paste it in to replace the background section of your story's cover (which includes width, height, and the bracket on the next line, see below). Then replace the URL placeholder with the URL of your YouTube video with URL parameters, and save the changes to the JSON. Make sure all the pairs of brackets match up or the JSON won't validate and you won't be able to save. "background": { "type": "webpage", "webpage": { "type": "webpage", "url": "//www.youtube.com/embed/..." } For example, here's a before and after of the JSON: Before After
... View more
05-02-2017
05:28 AM
|
2
|
3
|
3840
|
|
POST
|
Hi Connor -- Sorry you have encountered an issue with your Map Series story. I was able to see the issue you described. I have to do a bit more investigation, but it seems to be a bug related to using the same map at different extents in all tabs except the first one. As a workaround you can try creating a copy of your map and using the copy for section 2. You can leave the current map in all the other sections. Please let me know if that works for you and we'll look into the cause of this.
... View more
04-20-2017
06:47 AM
|
1
|
0
|
1252
|
|
POST
|
Hi Connor -- Thanks for your question. I just brought up a Cascade story on my iPhone and was able to use the pinch-to-zoom gesture to zoom in on images in different parts of the story. Can you please let me know what device you are using, how you are trying to zoom in on the images, and a bit more detail about what is not working as expected? If you could make your story public and provide a link to it that may help as well if it's an issue with your specific story.
... View more
04-20-2017
06:30 AM
|
0
|
2
|
1564
|
|
POST
|
Hi Melissa -- Sorry you are having an issue changing your cover image. You should be able to click the pencil in the lower right corner of the cover, then go to the Manage tab and click Change Media. Let me know if that doesn't work.
... View more
04-20-2017
06:25 AM
|
0
|
0
|
965
|
|
POST
|
Original question was resolved here: https://community.esri.com/thread/189938-i-created-a-cascade-story-map-a-few-weeks-ago-and-i-went-back-to-make-a-small-chan…
... View more
04-18-2017
04:06 AM
|
0
|
0
|
634
|
|
POST
|
Hi Michelle -- Unfortunately, a map or some other content in your story must still not be public because I still get a login screen when I try to open it. You can check what might be causing this if you scan your story using our My Stories tool. It will let you know if something isn't shared in the same way as your story. http://storymaps.arcgis.com/en/my-stories/ Owen
... View more
04-13-2017
10:33 AM
|
0
|
2
|
1708
|
|
POST
|
Hi John -- Stephen is asking if you've shared you story publicly so we can troubleshoot your issue. If we can't access your story map we can only guess what might be going on. 😉 It may be that your university website restricts embedding or doesn't support https. If you can share your story we can let you know for sure what's going on and if/how you can fix it. Owen
... View more
04-13-2017
05:34 AM
|
0
|
0
|
1412
|
|
POST
|
Hi Michelle, I'm sorry you are having an issue with your Journal. Can you make the story public and share a link here (or private message it to me) so I can take a look? If you are unable to share the story you can contact Esri Support for help troubleshooting. Owen
... View more
04-13-2017
05:23 AM
|
0
|
4
|
1708
|
|
POST
|
Hi Fan -- I believe that for technical reasons the way heatmaps are rendered in a web browser is that all heatmap layers in a map are added to the same client-side layer, so you're not able to swipe them individually as you've discovered. Creating two maps is the way to go here. Don't worry, it's not a waste -- the Swipe app is designed to work with one or two maps.
... View more
04-12-2017
05:00 AM
|
0
|
1
|
1992
|
|
POST
|
Hi Ben -- thanks for your feedback. We are looking into adding a logo in a more prominent place for a future release. We'll look into making images linkable in the future. For now, you could create your own simple web page of a clickable image collage that you host yourself, then embed that into your Cascade to accomplish what you are looking to do. Owen
... View more
04-12-2017
04:55 AM
|
1
|
0
|
1671
|
|
POST
|
Hi James -- sorry, there are no placement options for the title at this time. If you could share your thoughts about how/where you'd like to place the title we can add this request to our system and review it for possible inclusion in a future release.
... View more
04-12-2017
04:52 AM
|
0
|
0
|
729
|
|
POST
|
After editing your local data just republish the service to update it with your changes. Changes in the feature service will be visible in any maps/apps that use that service next time they are launched.
... View more
04-04-2017
05:46 AM
|
0
|
2
|
2045
|
|
POST
|
When editing your web map just choose "Copy" from the layer menu. After creating multiple copies (one for each section of your story) you'e set up a different filter on each layer that shows just the data for that time interval.
... View more
04-04-2017
05:42 AM
|
0
|
0
|
1447
|
|
POST
|
There isn't an automated way of showing time-based data in story maps at this time. However, you could easily do what you describe by creating a copies of your layer (one for each section of your story) and applying different time-based filters to each layer. See Apply filters—ArcGIS Online Help | ArcGIS for more info on filters. Each layer would show the time extent for each section of your story. Then you'd use the story map builder to show just one of the layers in each section of your Map Journal. In each section, you'd go to Content > Custom configuration and toggle the correct layer on for that section.
... View more
04-03-2017
11:44 AM
|
0
|
2
|
1447
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 07-14-2026 06:17 AM | |
| 1 | 07-13-2026 07:33 AM |
| Online Status |
Online
|
| Date Last Visited |
Wednesday
|