https://github.com/scottlepp/odyssey-generate
Generating an Odyssey Story Map from a CartoDB Map.
https://github.com/scottlepp/odyssey-generate
Last synced: about 1 year ago
JSON representation
Generating an Odyssey Story Map from a CartoDB Map.
- Host: GitHub
- URL: https://github.com/scottlepp/odyssey-generate
- Owner: scottlepp
- Created: 2015-05-11T23:25:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T20:25:23.000Z (about 11 years ago)
- Last Synced: 2025-01-26T12:28:27.561Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# odyssey-generate
Generate an Odyssey Story Map from a CartoDB Map.
## Prerequisite
A CartoDB map (go create one, it's easy!) http://cartodb.com/
## Steps
Just download the index.html and edit the following
```
-title: "Enter a title"
-author: "Enter an author"
-vizjson: "Copy vizjson url here from CartoDB map"
-description: "Enter description here"
-slideTitle: "Enter cartodb field name for slide title"
-fields: "Enter cartodb field name for slide text"
-image: "Enter cartodb field name for image (Optional)"
-baseurl: "Enter base map url here (Optional)"
```
#### See example folder for this working example
http://bl.ocks.org/scottlepp/raw/909f190d01be2566115c/
#### Note
Interaction with the map (clicking points) is also linked to the slides providing an additional way to nagivate the tour.