Last active
February 29, 2016 17:49
-
-
Save ssylvia/8496346fbb5c8300147e to your computer and use it in GitHub Desktop.
HTML used in this blog post: https://developerscorner.storymaps.arcgis.com/add-context-to-story-map-journal-with-an-index-map-ccc3c8ca12b5#.e8dcfwisq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="index-map"> | |
<p id="index-map-info"></p> | |
<div id="index-map-helper" class="active"> | |
<!-- Helper Tooltip text to show until user first clicks on the map --> | |
Click a park to explore | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment