forked from cole-gillespie/StoryMapJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hide snapmap, add something about regular storymaps to balance things…
… out
- Loading branch information
1 parent
7bf22c1
commit 25f33f9
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,16 +43,20 @@ <h2>Introducing StoryMapJS</h2> | |
<div class="row"> | ||
<div class="span6"> | ||
<p> | ||
StoryMapJS is a free tool to help you tell stories on the web that highlight the locations of a series of events. It is a new tool, yet stable in our development environment, and it has a <a href="{{ url_for('select') }}">friendly authoring tool.</a> It has two significant, related features: | ||
StoryMapJS is a free tool to help you tell stories on the web that highlight the locations of a series of events. It is a new tool, yet stable in our development environment, and it has a <a href="{{ url_for('select') }}">friendly authoring tool.</a> StoryMap comes in two variants. | ||
</p> | ||
<div id="storymap-features" style="margin-left: 20px;"> | ||
<div><strong>Classic</strong></div> | ||
<p> | ||
This version of StoryMapJS works with standard web maps. Add a slide for each place in your story--setting the location is as easy as a text search for the name, address, or latitude and longitude. Tell your story in text and easily add rich media -- images, videos, tweets, wikipedia pages, and much more. You can change the visual style of your map with a few presets, or you can use <a href="https://www.mapbox.com/maps/">Mapbox</a> to create your own style. | ||
</p> | ||
<div><strong>Gigapixel</strong></div> | ||
<p> | ||
StoryMapJS can tell stories with large photographs, works of art, historic maps, and other image files. Because it works best with pixel-dense files, we call these "gigapixel" StoryMaps. <a href="{{ url_for('gigapixel') }}">Learn more.</a> | ||
StoryMapJS can also tell stories with large photographs, works of art, historic maps, and other image files. Because it works best with pixel-dense files, we call these "gigapixel" StoryMaps. <a href="{{ url_for('gigapixel') }}">Learn more.</a> | ||
</p> | ||
<div><strong>SnapMap</strong></div> | ||
<!-- <div><strong>SnapMap</strong></div> | ||
<p><a href="http://snapmap.knightlab.com">SnapMap</a> is a tool to help you quickly create a StoryMap. It places your 20 most recent geo-tagged Instagrams on a map that can be shared instantly. You can also edit it in StoryMap's authoring tool, adding media from other sources. | ||
</p> | ||
</p> --> | ||
</div> | ||
<p> | ||
We welcome feedback and bug reports: you can use our <a href="https://knightlab.zendesk.com/forums/22615078-StoryMapJS">support forum</a> to post questions, or email <a href="mailto:[email protected]">[email protected]</a>. | ||
|