Created
August 4, 2014 09:18
-
-
Save matallo/404c1db74352973c151f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
``` | |
-baseurl: "https://cartocdn_a.global.ssl.fastly.net/base-light/{z}/{x}/{y}.png" | |
-title: "Odyssey example FTW" | |
-author: "CartoDB" | |
-vizjson: "http://team.cartodb.com/api/v2/viz/0e6d42da-1bb6-11e4-b59c-0e10bcd91c2b/viz.json" | |
``` | |
#Your first odyssey.js story | |
``` | |
- center: [0,0] | |
- zoom: 3 | |
``` | |
Move the map around and save the position by clicking on "ADD > Move map to the current position". As you can see, now we are highlighting San Francisco. | |
Then add here the description for your slide so it's shown on the left side box. | |
#Your first odyssey.js story | |
``` | |
- center: [28.2926, -16.6443] | |
- zoom: 11 | |
``` | |
Move the map around and save the position by clicking on "ADD > Move map to the current position". As you can see, now we are highlighting San Francisco. | |
Then add here the description for your slide so it's shown on the left side box. | |
#Your first odyssey.js story | |
``` | |
- center: [37.6895, -119.7070] | |
- zoom: 11 | |
``` | |
Move the map around and save the position by clicking on "ADD > Move map to the current position". As you can see, now we are highlighting San Francisco. | |
Then add here the description for your slide so it's shown on the left side box. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment