|
POST
|
Nice work on your Story Map Shortlist by the way! http://maps.ci.liberty.mo.us/ParksShortlist/ Tip You could make the green lines in the your map clickable if you like (give them the expected set of attributes and then name that layer in the config parameter for clickable layers). For example in this one we made the trolley routes and neighborhood boundaries clickable: http://storymaps.esri.com/stories/shortlist-sandiego/ If you need any help with that ping us on: Story Maps
... View more
01-28-2016
06:45 PM
|
0
|
0
|
2704
|
|
POST
|
Glad that it is working now. Nice work by the way: http://maps.ci.liberty.mo.us/ParksShortlist/
... View more
01-27-2016
12:19 PM
|
1
|
0
|
1278
|
|
POST
|
That ParksShortlist folder either doesn't exist on your web server or has not been made public. For example I can get to here: https://maps.ci.liberty.mo.us/ and access the other entries, but not ParksShortlist or Parks ShortlistOld. I found the web map your Shortlist is using in ArcGIS Online and I see the same issue if I open it in our Shortlist test instance: http://storymaps.esri.com/templates/shortlist/?webmap=c120aa2ad75c45769a4637db74324606&DETAILS_PANEL=true The web map opens OK but none of the images are accessible because they are also in your inaccessible ParksShortlist folder: https://maps.ci.liberty.mo.us/ParksShortlist/resources/images/Pictures/PlaceLibSignPGHor.jpg So it's not an issue in the Shortlist app, it's an issue on your server to look into. Rupert
... View more
01-27-2016
08:39 AM
|
0
|
2
|
1278
|
|
POST
|
Same deal. We need to know which Esri Story Map app you are using in order to help. Also, post links to the web page you are trying to insert. Rupert
... View more
01-23-2016
06:04 PM
|
0
|
9
|
3020
|
|
POST
|
How about providing a bit more info? For example which of the story map apps are you using? Story Map Tour, Story Map Journal, etc. See the list here if you are not sure of the name: Apps | Story Maps Also assuming this is a story map that can be shared publicly (i.e not one just for use inside an enterprise), can you post a link to your story too, and to the web map you are having a problem with. Rupert
... View more
01-23-2016
06:02 PM
|
0
|
3
|
1325
|
|
POST
|
Nice work by the way, and nicely integrated into your agency's web page about this subject: Conserving Georgia's Nongame Wildlife: 2015 | Georgia DNR - Wildlife Resources Division Rupert
... View more
01-14-2016
02:13 PM
|
0
|
0
|
1903
|
|
POST
|
See also this blog post on the Story Maps Developers Corner: https://medium.com/story-maps-developers-corner/using-the-html-audio-tag-in-your-story-map-f818d9316252
... View more
01-12-2016
09:39 AM
|
1
|
0
|
1139
|
|
POST
|
Hi John Sorry about the prob. It SJW (should just work). We can have a look but your Story Map Shortlist app doesn't launch for me because the feature service point layers in your web map aren't loading http://www.arcgis.com/home/webmap/viewer.html?webmap=9961ade08c4849dba4218442e9b5d352 The services are referenced via what I think is an internal URL: http://gismapdev:6080/arcgis/rest/services/test/Amendments_In_Process/FeatureServer/0 Rupert
... View more
01-07-2016
04:20 PM
|
0
|
1
|
989
|
|
POST
|
Hi Mark, could share the link of the web map containing the tile cache, or the URL of the tile cache you want to use. Display a tile cache should work in the Shortlist, whether as a supporting layer or as the basemap layer in the map. The projection doesn't have to be Web Mercator (since our June 2 Shortlist release). Also make sure you are using our most recent Shortlist release (v1.4.7). Any layers that don't contain the point content defining your Shortlist places are displayed as-is by the Shortlist. The only layer type that we know currently doesn't work in Shortlist are the new vector tile basemaps. The Shortlist doesn't support turning supporting layers on and off for specific tabs via a configuration setting, but it is possible to do this by customizing the code. Please see: Is there a way to display a supporting layer only on a certain tab?
... View more
01-05-2016
01:08 PM
|
0
|
0
|
1478
|
|
POST
|
One more thing: instead of specifying your web map ID in your downloaded map tour code, you can specify the AppID of the Story Map Tour web app you already authored in ArcGIS Online. It's a better approach because in this way your self-hosted download will pick up the settings you chose when you authored your tour in the Story Map Tour Builder. For example I found your hosted map tour in ArcGIS Online: http://pwa.maps.arcgis.com/apps/MapTour/index.html?appid=0b18a325919a413aa2d2723378405cb4 Looks good! Very nice work!!! I then followed the same steps as I listed above to download the Story Map Tour source code, but instead of specifying your web map ID in my Index.html, I specified your app ID: webmap: "", appid: "0b18a325919a413aa2d2723378405cb4", The resulting self-hosted tour is: http://downloads.esri.com/blogs/places/test/maptour8/ which matches the header, logo etc of your hosted tour app because it gets those definitions from your app. So it is a much cleaner approach to set up a self-hosted tour app pointing at a tour app you already authored in ArcGIS Online. (In my index.html I set firstRecordAsIntro (line 61) to be false to match your hosted app). Also I should ask: the hosted Story Map Tour you already made looks really great and is a great idea to introduce the world to your team! Is there a specific reason you need to download the Story Map Tour code and self-host it? For example is there a customization you want to make to the code to change the appearance or functionality? I thought I'd ask to make sure because simply creating a Story Map Tour hosted in ArcGIS Online is easier.Some people reading may think they have to download the code to make a Story Map Tour. The only Esri Story Map apps you currently have to download in order to deploy are the Story Map Shortlist, Story Map Countdown and Story Map Playlist (and we are working on updating the Story Map Shortlist to make it hosted in ArcGIS Online in 2016). If you are sure you want to self-host, another thing I'd ask is are you sure you need to set up an Amazon instance to host the code? You could just download the code into a folder on your website's web server/hosting service, and host it there so that the resulting self-hosted tour uses your company domain.
... View more
12-31-2015
04:37 PM
|
0
|
2
|
3496
|
|
POST
|
Your web map works OK for me in a map tour I just set up by downloading the Story Map Tour from Github. Here's what I did: 1. Went to Story Map Tour | Story Maps, scrolled down to the bottom of the page and clicked on 'Download configurable app' to download a zip file from Github containing the source code. You can also get the same zip file from the Releases page on Github: Releases · Esri/map-tour-storytelling-template-js · GitHub 2. Copied the contents of that zip file from my PC's Downloads folder into the wwwroot folder of my localhost private test web server (but could also copy it directly onto the public facing web server or website space I'll be using instead and not do a local test). 3. Edited Index.html to enter the ID of your web map in the webmap line of that file (line 45). Saved it. 4. Tested it in my web browser. 5. Copied the whole folder onto a public web server I have access to. I also renamed the folder from maptour to maptour6 because I have a couple of maptour tests in that location. Here's the resulting Story Map Tour using your web map. http://downloads.esri.com/blogs/places/test/maptour6/
... View more
12-31-2015
03:18 PM
|
1
|
5
|
3496
|
|
POST
|
Hi Ivan The map in the third section of your story map doesn't load for me: https://www.arcgis.com/apps/MapJournal/?appid=6be2a4a0a27d443dab7a95928867762a Try checking it in http://storymaps.arcgis.com/en/my-stories/ Rupert
... View more
12-28-2015
09:52 AM
|
1
|
0
|
1583
|
|
POST
|
If your map series is shared publicly, could you post the URL so we can have a look? Rupert
... View more
12-22-2015
01:11 PM
|
0
|
2
|
1045
|
|
POST
|
Hi Nicholas, see: Customizing the Shortlist Story Map banner | ArcGIS Blog Rupert
... View more
12-18-2015
01:35 PM
|
1
|
0
|
556
|
|
POST
|
Thanks Kenneth, it sounds like you are really after a different app UI, or would need to download the app and do some customization. Have you had a look at the other story map apps on our App list.
... View more
12-18-2015
11:24 AM
|
1
|
1
|
1200
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-06-2018 11:42 AM | |
| 2 | 05-16-2016 08:08 AM | |
| 1 | 08-06-2018 05:11 PM | |
| 1 | 09-29-2017 05:38 PM | |
| 1 | 09-05-2018 03:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|