Skip to content

Commit

Permalink
addded v05 template
Browse files Browse the repository at this point in the history
  • Loading branch information
aprossi committed Jun 28, 2019
1 parent 4a5d7ad commit b919720
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions docs/data_structure/template_ds_v05.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"storymap_title": "",
"Authors": "",
"planmap_id": "",
"publication": "",
"basemap": {
"url": "",
"options": {
"crs": "",
"maxNativeZoom": 9,
"tms": "false",
"autoZIndex": "true",
"attribution": "<a href='https://github.com/openplanetary/opm/wiki/OPM-Basemaps' target='_blank'>OpenPlanetaryMap</a>"
}
},
"chapters": [{
"chapter_title":"Chapter 1",
"chapter_id":"1",
"steps": [{
"title": "",
"text": "",
"loaded_layers": [{
"order": "",
"path": "",
"type": "",
"credits": ""
}],
"media": [{
"path": "",
"type": "",
"caption": "",
"stoptime": ""
}],
"view": {
"extent": [0, 0, 0, 0],
"marker": ""
}
}]
},{
"chapter_title":"Chapter 2",
"chapter_id":"2",
"steps": [{
"title": "",
"text": "",
"loaded_layers": [{
"credits": "",
"path": "",
"type": ""
},{
"credits": "",
"path": "",
"type": ""
}],
"media": [{
"path": "",
"type": "",
"caption": "",
"stoptime": ""
},{
"path": "",
"type": "",
"caption": "",
"stoptime": ""
}],
"view": {
"extent": [0, 0, 0, 0],
"marker": ""
}
}]
}
]
}

0 comments on commit b919720

Please sign in to comment.