|
POST
|
Hi Todd, We are able to reproduce and see the issue. Unfortunately it seems like something changed in the underlying Esri JS API in version 3.24 that the production version of Shortlist utilizes. If you are able to host the app yourself, simply changing the reference of the API to point to version 3.23 will do the trick, otherwise we will have a fix in the upcoming release that will resolve this issue. Apologies for the inconvenience. Here is a link to the Shortlist download on GitHub: Release V2.6.0 · Esri/storymap-shortlist · GitHub . The reference to the JS API is found in the index.html (storymap-shortlist/index.html at master · Esri/storymap-shortlist · GitHub ). Mark
... View more
05-23-2018
10:35 AM
|
0
|
3
|
1284
|
|
POST
|
HI Andrew, Yes, it is possible if you are able to download, customize, and host the app yourself. The changes needed can be found on lines 275 and 469 (storymap-shortlist/DetailPanel.js at master · Esri/storymap-shortlist · GitHub ). Mark
... View more
05-23-2018
10:31 AM
|
0
|
0
|
1525
|
|
POST
|
Hi Alicia, Are you experiencing this in the builder or viewer mode of your Shortlist? If you are looking at the viewer mode of your story, only points that have photos, locations, and titles will be displayed. If you are looking at the builder mode, all of your points should be available to see. Mark
... View more
04-09-2018
11:10 AM
|
0
|
0
|
1755
|
|
POST
|
Hi Marissa, In order to use your icons, you would need to set the path to your icon image here: storymap-shortlist/config.js at master · Esri/storymap-shortlist · GitHub . Then you would need to change the logic of this function (storymap-shortlist/MainView.js at master · Esri/storymap-shortlist · GitHub ) to create your new icons (basically set the coloredIcon to equal newContext.getImageData(0, 0, _myCanvas.width, _myCanvas.height and comment out this function storymap-shortlist/MainView.js at master · Esri/storymap-shortlist · GitHub ). Mark
... View more
01-19-2018
01:44 PM
|
0
|
0
|
982
|
|
POST
|
Hi Brittany, Check your messages here on GeoNet, I just sent some info on the fix, let me know if you have any questions. Mark
... View more
11-01-2017
10:12 AM
|
0
|
0
|
865
|
|
POST
|
Hi Marissa, I'm not sure about the web app builder code, but that does look to be the filter code. As for the videos, you will want to use the source code, and dive into the DetailPanel.js file, specifically in the buildSlides method: storymap-shortlist/DetailPanel.js at master · Esri/storymap-shortlist · GitHub , and the detail panel's template: storymap-shortlist/DetailSlide.html at master · Esri/storymap-shortlist · GitHub . Mark
... View more
10-25-2017
01:14 PM
|
2
|
1
|
1062
|
|
POST
|
Hi Marissa, Embedding videos is not currently supported with Shortlist, and would require some developer effort to do so via customization. For question 2, have a look at the sample here: Search multiple sources | ArcGIS API for JavaScript 3.22. If you would like to do a customization, the code for the Shortlist app can be found on our GitHub page: GitHub - Esri/storymap-shortlist: The Shortlist story map application template by Esri. And you can add your custom code to this specific file: storymap-shortlist/custom-scripts.js at master · Esri/storymap-shortlist · GitHub . Mark
... View more
10-25-2017
11:07 AM
|
1
|
3
|
1062
|
|
POST
|
Hi Brittany, I had another look an am able to reproduce what you are reporting. This is a bug on our side, and is something we will address in the next release. Unfortunately that is not until early December. If you are able to host a version of the app yourself, I could provide the app code with the fix for you now. Let me know what you think, and sorry for the iconvenience. Mark
... View more
10-20-2017
02:25 PM
|
1
|
2
|
865
|
|
POST
|
Fereshteh, As described above, you would want to add the custom code to the method called this.activateLayer in the MainView.js file. There, you would want to create an array of valid extents (Extent | API Reference | ArcGIS API for JavaScript 3.22 ), then using the index parameter that gets passed into activateLayer, call app.map.setExtent(extentsArray[index]). Map | API Reference | ArcGIS API for JavaScript 3.22 Mark
... View more
10-18-2017
10:57 AM
|
1
|
0
|
2926
|
|
POST
|
Hi Brittany, Which layer is not displaying properly? I took a look at the web map, and saw this error: "The layer, Certified Fish Scales, cannot be added to the map.". Mark
... View more
10-16-2017
01:54 PM
|
0
|
4
|
865
|
|
POST
|
Hi Peter, I have taken a look and am unable to reproduce consistently, I have seen it once or twice, but not consistently enough to be able to diagnose. I'll add an issue for this to our repo and keep a look out for it. And as for the slow loading of the share tool, that is because of the large number of features. The share tool also scans all of the features in your Shortlist for potential issues, so the more features, the longer it will take (in addition to network speeds). Mark
... View more
09-20-2017
12:13 PM
|
0
|
1
|
1244
|
|
POST
|
Hi Alexis, Shortlist does not support adding HTML tags. If you need to customize the look and feel of your Shortlist, you can download the source code from our GitHub Repo, make some modifications in the index.html file (there is a placeholder around line 76 to add custom css rules), then host on your own server. Mark
... View more
09-20-2017
08:26 AM
|
1
|
0
|
513
|
|
POST
|
Hi Lizzet, See this Cascade put together by John Nelson, of the Story Maps team, on how to incoporate legends in a narrative way. https://nation.maps.arcgis.com/apps/Cascade/index.html?appid=954145df6cf84e2d8bbea996438c99fb Mark
... View more
09-20-2017
07:50 AM
|
2
|
0
|
760
|
|
POST
|
Hi Ana, We are aware of the bug, and will have an update to address it this week. Mark
... View more
09-19-2017
03:29 PM
|
0
|
1
|
694
|
|
POST
|
Thanks for the update Rickey. I was testing on Chrome, Firefox, and IE. Sometimes the popup would not come up on the first click, but it would eventually do so on consecutive clicks. Tried doing some debugging, could not find anything specific from the app. Mark
... View more
09-19-2017
12:49 PM
|
0
|
0
|
519
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-11-2017 10:46 AM | |
| 1 | 08-01-2014 11:03 AM | |
| 1 | 08-01-2014 10:53 AM | |
| 1 | 06-17-2015 02:40 PM | |
| 1 | 03-20-2017 10:20 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|