Esri / storymap-shortlist

The Shortlist story map application template by Esri
http://storymaps.arcgis.com/en/app-list/shortlist/
Apache License 2.0
43 stars 61 forks source link

Short list changes website URL to lower case #41

Closed mac44 closed 9 years ago

mac44 commented 9 years ago

The AGO web map shows the Google short URL in the Website field as it should be (case sensitive with upper and lower case). The short list template, however, consumes the web map and somehow changes the URLs in the website field, which is used for the Directions link, to all lower case thereby breaking the link. Does anyone know of a fix for this issue?

leebock commented 9 years ago

Hi. This issue was addressed with a couple of commits on October 16th/17th. If you download the master version of the code (not the release), the issue should be resolved.

mac44 commented 9 years ago

Thank you, Lee.

mac44 commented 9 years ago

Hi, Lee – I downloaded the master (I think it’s the master, named shortlist-storytelling-template-js-master(1).zip) but when I opened the main.js file in Notepad++ the changes listed in the commit from Oct 16 aren’t there. Please advise.

BTW, I am not a programmer but really appreciate your help on this. I also have a question about my two-tab story map for development projects: I currently have two background polygon shapefiles (for residential projects and commercial projects) which show up in both tabs but would like to have only residential polygons show in the residential projects tab and only commercial polygons show in the commercial projects tab. Is this possible with minimal code revisions?

leebock commented 9 years ago

Hi Martie,

Are you grabbing the code from this URL?

https://github.com/Esri/shortlist-storytelling-template-js/archive/master.zip

I just tried it, and I am able to see the code changes.

As for your second issue: unfortunately, toggling layer visibility between tabs is not something that we support through the standard config. It would indeed require a bit of a slog through the code…

Lee

mac44 commented 9 years ago

Thank you again, Lee. It works fine now - much appreciated! -Martie

RupertEssinger commented 9 years ago

This is in the current Shortlist download since Nov 2014