Skip to content

Commit

Permalink
[create-pull-request] automated change (#631)
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 333d1be commit 4e3397e
Show file tree
Hide file tree
Showing 245 changed files with 74 additions and 84 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-v4.0.0-6907797b9132d526dafeae52eedb51df7227a6c4
geonode-mapstore-client-v4.0.0-333d1befa1e34424525d291f79226e84168bbb8c
39 changes: 5 additions & 34 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,7 @@
"type": "link",
"href": "{'#/map/new?gn-dataset=' + (state('gnResourceData') || {}).pk}",
"labelId": "gnviewer.createMap",
"disableIf": "{( state('user') && !state('user').perms.includes('add_resource'))}"

"disableIf": "{!(state('user') && state('user').perms && state('user').perms.includes('add_resource'))}"
},
{
"type": "divider",
Expand Down Expand Up @@ -1496,7 +1495,7 @@
},
{
"type": "plugin",
"name": "Catalog"
"name": "DatasetsCatalog"
},
{
"type": "plugin",
Expand Down Expand Up @@ -1771,12 +1770,6 @@
]
}
},
{
"name": "MetadataExplorer",
"cfg": {
"wrap": true
}
},
{
"name": "MousePosition",
"cfg": {
Expand Down Expand Up @@ -1853,31 +1846,6 @@
{
"name": "AddGroup"
},
{
"name": "StyleEditor",
"cfg": {
"styleService": {
"baseUrl": "{state('settings') && state('settings').geonodeUrl && state('settings').geonodeUrl + 'gs/' || '/gs/'}",
"formats": [
"css",
"sld"
],
"availableUrls": [
"{state('settings') && state('settings').geoserverUrl || '/geoserver/'}",
"{state('settings') && state('settings').geonodeUrl && state('settings').geonodeUrl + 'gs/' || '/gs/'}"
],
"fonts": [
"Arial",
"Courier New",
"Monospaced",
"SansSerif",
"Serif",
"Times New Roman"
]
},
"editingAllowedRoles": null
}
},
{
"name": "Annotations",
"cfg": {
Expand All @@ -1887,6 +1855,9 @@
},
{
"name": "FitBounds"
},
{
"name": "DatasetsCatalog"
}
],
"geostory_viewer": [
Expand Down

Large diffs are not rendered by default.

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.

Loading

0 comments on commit 4e3397e

Please sign in to comment.