Esri Story Map template trouble

6427
26
Jump to solution
09-10-2013 12:55 PM
LyellGriswold
New Contributor
Currently I am creating a story map of the trees here on campus (CSU, Chico). We have well over 200 trees that are in this tour and the template we chose was the 'Storytelling Countdown Template' which allows for enough information, two maps, and thumbnails linked to enlarged images.
Now our problem is that this template is set to not represent points over a ranking of 99. Although all trees appear in the list menu, points for 100 on up are not represented on the map.
Is there a way to manipulate the script to override this built in limit? any help would be appreciated.
-Thanks, Lyell G. 
Map Found Here for reference http://geochico.csuchico.edu/dev/CampusTrees/
0 Kudos
26 Replies
RupertEssinger
Frequent Contributor

A couple more things:

1. The yellow marker symbols you use for your RV parks and Campgrounds tab don't look good. How about just using one of the other colors for those.

2. We already have your Ocala Horse Farm Tour in the Story Maps gallery but it doesn't show up if people search our gallery (or ArcGIS Online) for 'Florida' or 'Ocala'. So in the entry for the that map tour:

http://www.arcgis.com/home/item.html?id=84c63c6a9c0c43bc97fb03f4ff673b2b

could you add terms like Florida and Ocala to the Tags. And could you also update the title on that entry to make it 'Ocala/Marion County Horse Farms.

3. Let us know if  Ocala Marion VCB (@ocalamarion) | Twitter  tweets links to your story maps. We'd be happy to retweet their tweets.

0 Kudos
AmandaBishop
Occasional Contributor

Also I edited the Horse Farm Tour with new tags, a new title, and a new thumbnail 200x133.

Please call me at my office I have a couple more questions for you. 

Thank you.

Amanda

0 Kudos
RupertEssinger
Frequent Contributor

Good talking to you today. And thanks for showing me this page where your county's visitor bureau has embedded your map tour: Self- Guided Tour | Ocala Marion County Visitors

CONABIONC_for_Knowledge_and_Us
Occasional Contributor

Hi Armanda:

Probably Rupert is right - 11 colors is to much. However I was "obligated" by my boss to include 15 classes: http://speck.conabio.gob.mx/NALCMS/photos/en/index.html

So if you want to augment the number of classes:

1) in the maptour-config.js: define a label, a path and a css-class for each class you want to add

2) in maptour-min.css define the color for the background of the numbers in the carousel.

3) design the icons you want to use based on the Photoshop file provided and upload them in >> resources >> markers

4) in the csv file you have to add the labels defined in the maptour-config.js for each position

cheers,

Flo

0 Kudos
rocioveloz
New Contributor III

Buen dia, CONABIO.

    I have used your instructions to change the markers for our map tour, thanks! Now I had just one question: we are using the yellow markers, but have changed the font color on them to black for better visibility. I am trying to change the corresponding colors on the carousel markers. I thought I could do that in Carousel.css but my numbers on the carousel are still white against a yellow background.  i could use some guidance, please.

Rocio

0 Kudos
CONABIONC_for_Knowledge_and_Us
Occasional Contributor

Hi Rocío,

I´m out of office till Monday but will check the issue as soon as I´m back.

best regards,

Florian

0 Kudos
rocioveloz
New Contributor III

I will appreciate it, thank you very much.

Thank you,

Rocio Veloz

GIS Web Support, IT

915.212.1439

0 Kudos
CONABIONC_for_Knowledge_and_Us
Occasional Contributor

Hi Rocio,

you can change the font-color in the carousel for each class in the maptour-min.css.

For example to change the font color for class 1, add:

#organizePopup .number-class1{background-color:#003d00;color:#YOURCOLORHERE}

best regards,

Flo

0 Kudos
rocioveloz
New Contributor III

Flo, thank you for your help, you set me in the right direction. once i was inside maptour-min.css, i found what i was looking for:

.carouselScroller span.number-yellow:before{background-color:#FDFD14;color:#000000}

that did it!

gracias de nuevo!

rocio

0 Kudos
lindsayc
New Contributor III

Hi Flo, I came across your reply while trawling geonet for some story map help. I've recently added a fifth color to the markers in my maptour. The markers look fine, but the the background color behind the number of the thumbnail photos in the carousel aren't showing for the new colour, orange. I went in to maptour-config.css and changed where you suggested above, I think. I have a link to my repo here, would you (or anyone else who comes across this since the post was in 2014) be able to take a look? my maptour repo 

Cheers, Lindsay (screenshot of the issue below)orange is missing from the thumbnails

0 Kudos