Skip to content

Commit

Permalink
[create-pull-request] automated change (#1067)
Browse files Browse the repository at this point in the history
Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>
  • Loading branch information
1 parent 6275cf6 commit 87e5104
Show file tree
Hide file tree
Showing 342 changed files with 1,774 additions and 1,754 deletions.
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
geonode-mapstore-client-v3.3.0-8873bd63154fed7cc8f45ba10e95b224ba49aba5
geonode-mapstore-client-v3.3.0-6275cf6745438781e4eeea16cf02cb668631bf24
33 changes: 26 additions & 7 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@
"marginLeft": 80,
"marginRight": 45
},
"compact": true
"compact": true,
"expandedPanel": "{state('settings') && state('settings').timelineExpandedPanel ? true : false}"
}
},
{
Expand Down Expand Up @@ -785,7 +786,10 @@
}
},
{
"name": "Timeline"
"name": "Timeline",
"cfg": {
"expandedPanel": "{state('settings') && state('settings').timelineExpandedPanel ? true : false}"
}
},
{
"name": "Playback"
Expand Down Expand Up @@ -1235,7 +1239,10 @@
}
},
{
"name": "Timeline"
"name": "Timeline",
"cfg": {
"expandedPanel": "{state('settings') && state('settings').timelineExpandedPanel ? true : false}"
}
},
{
"name": "Playback"
Expand Down Expand Up @@ -1682,7 +1689,10 @@
}
},
{
"name": "Timeline"
"name": "Timeline",
"cfg": {
"expandedPanel": "{state('settings') && state('settings').timelineExpandedPanel ? true : false}"
}
},
{
"name": "Playback"
Expand Down Expand Up @@ -2109,7 +2119,10 @@
}
},
{
"name": "Timeline"
"name": "Timeline",
"cfg": {
"expandedPanel": "{state('settings') && state('settings').timelineExpandedPanel ? true : false}"
}
},
{
"name": "Playback"
Expand Down Expand Up @@ -2554,7 +2567,10 @@
}
},
{
"name": "Timeline"
"name": "Timeline",
"cfg": {
"expandedPanel": "{state('settings') && state('settings').timelineExpandedPanel ? true : false}"
}
},
{
"name": "Playback"
Expand Down Expand Up @@ -3037,7 +3053,10 @@
}
},
{
"name": "Timeline"
"name": "Timeline",
"cfg": {
"expandedPanel": "{state('settings') && state('settings').timelineExpandedPanel ? true : false}"
}
},
{
"name": "Playback"
Expand Down

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit 87e5104

Please sign in to comment.