Story Map Tour Points Color Options

5745
2
12-31-2014 11:52 AM
PatrickMcKinney1
Occasional Contributor III

Does the Story Map Tour honor all valid HEX values for the tour point colors?

I attempted to build a map tour with HEX colors that are not the standard options.  The map tour did not honor these.

Any help/suggestions appreciated.

- Patrick

Tags (3)
0 Kudos
2 Replies
AnthonyGiles
Frequent Contributor

Patrick,

The tour points are made up from icons held in the markers folder, by default you are limited to Red, purple, green and blue. If you want extra icons you will have to create them yourself and add them into the code (this will of course also mean you have to host the application on your own server).

There are some extra icons (colours and numbers) available for download here:

https://raw.github.com/Esri/map-tour-storytelling-template-js/master/misc/Numbered_marker_symbol_set...

http://links.esri.com/storymaps/numbered_marker_symbols

i have not had chance to look into the code but I would guess you need to add another folder with the icon colour you want, say, orange, then number each icon the same way as they are numbered in the other folders. In the main config use the colour orange and I presume the url to the icon is then dynamically built.

Have a look at the js file here to try and work out how it is done:

map-tour-storytelling-template-js/maptour-config.js at 2b35676c40e3358ac32d28e737f2dceadfd8626b · Es...

Regards

Anthony

CONABIONC_for_Knowledge_and_Us
Occasional Contributor

Hi Patrick,

if you want to change icon colors, there are already some threads in this regard, e.g.:

Creating additional icons - e.g. for Playlist template

How to use simple markers to show six categories?

add classes / colors to the Map Tour app

cheers,

Flo

0 Kudos