CartoDB / odyssey.js

Making it easy to merge map and narrative
BSD 3-Clause "New" or "Revised" License
1.62k stars 188 forks source link

Custom Map #221

Open snarlynarwhal opened 6 years ago

snarlynarwhal commented 6 years ago

I would love to use this for writing fantasy stories with fictional worlds. Is it possible to use a custom map image? If not, is it planned?

bplmp commented 6 years ago

You can use a custom mapbox basemap by adding a link to it prepended by -baseurl:, in the code block at the beginning. For example:

```
-title: "Odyssey example FTW"
-author: "CartoDB"
-baseurl: 
"https://api.mapbox.com/styles/v1/your_username_here/you_map_id_here/tiles/256/{z}/{x}/{y}?access_token=your_access_token_here"
```