|
POST
|
Sorry, I don't understand what your question is? Is the short URL (from the share dialog) going to a different page other that the Map Series app? Something else? Or are you having trouble embedding the app in another website? If you are trying to embed the map series app, can you provide the URL to the website that is embedding the story map.
... View more
07-06-2017
12:02 PM
|
0
|
1
|
1887
|
|
POST
|
Can you post the original page that embeds the story map so I can see what the issues are?
... View more
07-06-2017
10:34 AM
|
1
|
3
|
1887
|
|
POST
|
Hi Joseph, I'm not sure I understand what you're trying to do? Are you having trouble embedding your page with the sound? Here's a sample I made with your sample page it seams to work: http://testing-story.maps.arcgis.com/apps/MapJournal/index.html?appid=9d11cf75820d430c929f9aa370d6ed32. Or are you to get the URL to youtube be a clickable link? If that is the case, you'll need to add an anchor tag around the URL. Here's another way to add audio to the Map Journal: https://developerscorner.storymaps.arcgis.com/using-the-html-audio-tag-in-your-story-map-f818d9316252. You might also use Sound Cloud instead of YouTube. They will host your audio and provide an embeddable audio only player. I created a second section in the test map journal I sent so you can see what it looks like.
... View more
06-30-2017
06:58 AM
|
2
|
2
|
1769
|
|
POST
|
We have tested quite a few different cascade stories and they all appear to work correctly on Internet Explorer and Edge. Can you provide some more detail so we can investigate: Do you have a public link you can share to the story that is not working? What version of IE are you on? What OS are you using? Are you using the builder or the viewer? Did you ever modify the story outside the builder?
... View more
06-29-2017
11:24 AM
|
0
|
7
|
6169
|
|
POST
|
Patrick, the issue you are facing is not due to OS or browser, it more an about your browser window's aspect ratio. When setting a map's location, there are two approaches: 1. Set the map's center point and scale. In this case the scale will remain constant but the extent of the map vary greatly across different aspect ratios. For example, if you want to show the same scale on a map of the United Sates at different aspect ratios, you see this difference in extent: Widescreen Desktop Widescreen Portrait (smartphone) The east and west coast would get cropped 2. The second method is to maintain the extent but change the scale to fit that same extent in a different aspect ratios. So to fit the United States in a tall screen, the map needs to zoom out: In general, most users find preserving extent (method 2) more important than preserving scale (method 1) which is why we chose this method in our templates. In addition to aspect ratio, when you are using raster tiles in your map, the map can only be displayed at the exact scales your tiles have been rendered at (usually 19 levels) as apposed to showing an intermediate scale for best fit. When you save the map's position in the cascade, we save the coordinates from the four corners of the map size you see in the builder. When the app sets the extent of the map to the extent your saved, it will finds the scale with the extent that has the closest match to the extent you saved. In some cases this does cause minor "cropping" around the map but limits the amount of extra buffer space on the map that's not important. Here's a workflow that should limit the buffer space around the map but ensure the features in the map shows at all aspect ratios. 1. Resize your browser window so the visible map area's aspect ratio is closest to the aspect ratio of the features you want to show in the map. 2. Zoom and center your map on the features you wish to show. There should be as little buffer space as possible around all four sides of the features in the map. 3. Use the "Zoom Out" button to zoom out the map one level (this will maintain the center of the map). 4. Save this extent. As Owen mentioned, we will look to provide a better experience in the future and possibly provide more options for authors to choose how the extent of the map is set. Would it be better for the map to zoom out farther to make sure the full saved extent is always shown rather than finding scale with the closest match even if it crops some of the edges?
... View more
06-29-2017
05:56 AM
|
1
|
0
|
5157
|
|
POST
|
If you do want to as the same style map that you see in the Abandoned Islands story and you're willing to download the app and host it, we've written a blog post with instructions to add that context map: https://developerscorner.storymaps.arcgis.com/add-context-to-story-map-journal-with-an-index-map-ccc3c8ca12b5.
... View more
06-29-2017
04:48 AM
|
0
|
0
|
1261
|
|
POST
|
It looks like you are only listening to the "story-load-section" events which only fires when the section changes and not when the main stage changes. For that you'll want to use the "story-perform-action-media" lifecycle event to know when a main stage action is called. Here's some more documentation about the lifecycle methods: GitHub - Esri/storymap-journal: The Story Map Journal is ideal when you want to combine narrative text with maps and oth….
... View more
06-28-2017
07:45 AM
|
0
|
0
|
1238
|
|
POST
|
Answered on the Story Maps thread: https://community.esri.com/message/695003-how-can-i-use-the-images-already-attached-to-arcgis-online-layer
... View more
06-20-2017
04:13 AM
|
0
|
0
|
673
|
|
POST
|
We currently do not support automatically adding photos to your story from a layer of features that were collected outside of our app builders. When you collect data from Collector or a similar application, you are uploading full quality images that can be 2-4mb (or more) per image. Loading all the images in a public facing web application would cause very long load times especially on lower bandwidth connections. Our team strives to provide a good experience for all users so we have not added this capability yet. When you upload photos through the Story Map builders we automatically optimize photos for the web so they will load quickly on all devices. We are currently working with both the feature service team and the ArcGIS Online team to provide our apps optimized photos from so we can easily integrate other workflows into our apps. We do not yet have a timeline on when this feature will be released.
... View more
06-20-2017
04:13 AM
|
0
|
0
|
781
|
|
POST
|
Yes, sorry. I am following you now so you can share your feedback.
... View more
06-20-2017
03:59 AM
|
0
|
0
|
648
|
|
POST
|
It's for security reasons that the sign in page cannot be loaded from within an iframe. You can download the app and configure it to take advantage of a different login method which will still work when embedded. The easy workaround if you still want to use the hosted version would be to embedded a screenshot of the app that opens the app in a new tab. If you need to embed the app, you can download the source code from our github account and change the authentication method to use oauth that opens a sign-in in a new tab.
... View more
06-19-2017
04:46 AM
|
2
|
0
|
1468
|
|
POST
|
Hi Candice, I'm the main developer for the Crowdsource app. Feel free to send me a private message here on Geonet with your feedback.
... View more
06-19-2017
04:04 AM
|
0
|
2
|
648
|
|
POST
|
Just to verify, you have the exact same code on your wamp server as you pasted on GoogleDrive? I'm not sure why you wouldn't see modal example? Can you try hosting it on Surge (a free hosting provider): https://developerscorner.storymaps.arcgis.com/host-your-story-maps-for-free-with-surge-8bddcc4cd580 and posting a link. Don't forget to share it if you can.
... View more
06-16-2017
01:03 PM
|
0
|
2
|
2888
|
|
POST
|
A wamp server should work; I'm running it off apache as well. Can you post a screenshot of what you see when you load the app, including the url?
... View more
06-16-2017
12:51 PM
|
0
|
4
|
2888
|
|
POST
|
Nolwenn, are you running the app from a web server? I just downloaded the code from your google drive and installed it my web server. You app was private so I just switched out the appid and everything worked as I would expected. The splash dialog also popped up as soon as the app was loaded as well.
... View more
06-16-2017
11:31 AM
|
0
|
6
|
2888
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-10-2018 05:56 AM | |
| 1 | 02-03-2016 11:13 AM | |
| 1 | 03-17-2017 07:22 AM | |
| 1 | 08-25-2017 06:35 AM | |
| 1 | 10-25-2016 05:09 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-08-2026
08:01 AM
|