Skip to content

Commit

Permalink
update mapstore submodule to branch 2021.02.xx (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored Aug 19, 2021
1 parent 6a569d8 commit 21f314c
Show file tree
Hide file tree
Showing 25 changed files with 43 additions and 1,523 deletions.
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/MapStore2
Submodule MapStore2 updated 632 files
103 changes: 0 additions & 103 deletions geonode_mapstore_client/client/js/apps/gn-home.jsx

This file was deleted.

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.7"
"@mapstore/project": "1.0.17"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,8 @@
"name": "DashboardEditor",
"cfg": {
"disablePluginIf": "{state('gnResourcePermissions') && state('gnResourcePermissions').canEdit ? false : true}",
"catalog": "{ state('settings') && state('settings').initialCatalog }",
"selectedService": "{state('settings') && state('settings').catalogueSelectedService ? state('settings').catalogueSelectedService : ''}",
"services": "{state('settings') && state('settings').catalogueServices ? state('settings').catalogueServices : {}}",
"disableEmptyMap": true,
"containerPosition": "columns"
}
Expand Down
22 changes: 20 additions & 2 deletions geonode_mapstore_client/client/themes/default/less/geonode.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,26 @@
}
}

.gn-share-modal .modal-footer {
display: none;
.gn-share-modal {
overflow: visible;
.modal-dialog,
.ms-resizable-modal > .modal-content > .modal-body > div {
overflow: visible;
}
.col-md-4 {
padding-left: 0;
padding-right: 0;
}
.row {
margin-left: 0;
margin-right: 0;
}
.modal-body {
margin: 8px;
}
.modal-footer {
display: none;
}
}

// the style of geonode add a margin on label
Expand Down

This file was deleted.

This file was deleted.

53 changes: 0 additions & 53 deletions geonode_mapstore_client/client/themes/geonode/scss/_card-grid.scss

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 21f314c

Please sign in to comment.