Skip to content

Commit

Permalink
add empty presentation to each collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjum committed Jun 19, 2022
1 parent f8bed92 commit b2cbe48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<script type="text/javascript">
var config = {
defaultCollectionUrls: [
{ source: "landmass-fier.json", enabled_presentation: true },
{ source: "territories-thejmqn.json", enabled_presentation: false },
{ source: "https://civmc-map.github.io/landmass-fier.json", enabled_presentation: true },
{ source: "https://civmc-map.github.io/territories-thejmqn.json", enabled_presentation: false },
],
initialState: {
mapConfig: {
Expand Down
1 change: 1 addition & 0 deletions landmass-fier.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"info": { "version": "3.0.0-beta3" },
"id": "653785eb-aaaa-4b16-ab6e-d23ed98ea1f8",
"name": "Landmass Map 2022-06-18 (Fier)",
"presentations": [{ "name": "Landmass Map 2022-06-18 (Fier)" }],
"features": [
{
"id": "653785eb-aaaa-4b16-ab6e-d23ed98ea1f0",
Expand Down
1 change: 1 addition & 0 deletions territories-thejmqn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"info": { "version": "3.0.0-beta3" },
"id": "653785eb-bbbb-4b16-ab6e-d23ed98ea1f8",
"name": "Territorial Map 2022-06-12 (TheJmqn)",
"presentations": [{ "name": "Territorial Map 2022-06-12 (TheJmqn)" }],
"features": [
{
"id": "653785eb-bbbb-4b16-ab6e-d23ed98ea1f0",
Expand Down

0 comments on commit b2cbe48

Please sign in to comment.