Skip to content

Commit

Permalink
Update MapStore submodule to include fix for video with autoplay and …
Browse files Browse the repository at this point in the history
…audio enabled in geostory (#111)
  • Loading branch information
allyoucanmap authored Apr 6, 2021
1 parent ee8e009 commit 2283398
Show file tree
Hide file tree
Showing 338 changed files with 275 additions and 219 deletions.
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/MapStore2
Submodule MapStore2 updated 168 files
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/js/epics/gnsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const gnsSelectResourceEpic = (action$, store) =>
// preload the resource if available
...(selectedResource
? [ setResource(selectedResource) ]
: [ resourceLoading() ]),
: [ resourceLoading() ])
);
});

Expand Down
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "GeoSolutions",
"license": "BSD-2-Clause",
"devDependencies": {
"@mapstore/project": "1.0.6"
"@mapstore/project": "1.0.7"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.1",
Expand Down
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-v2.0.9-c2dbc795ef0b64c326427daa8aa447ac2d2b0e91
geonode-mapstore-client-v2.0.9-5aca65c69adf437572a9a5d1a863a86c69ab16b4

This file was deleted.

Large diffs are not rendered by default.

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.

Loading

0 comments on commit 2283398

Please sign in to comment.