Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored Aug 23, 2022
1 parent 4c486ba commit c4c59d0
Show file tree
Hide file tree
Showing 1,207 changed files with 92 additions and 49 deletions.
9 changes: 9 additions & 0 deletions docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ set new Featured Resources includes data, page, links</p>
## Constants

<dl>
<dt><a href="#DOWNLOAD_METADATA">DOWNLOAD_METADATA</a></dt>
<dd><p>Sync geostory components with their live resources on geonode</p>
</dd>
<dt><a href="#SYNC_RESOURCES">SYNC_RESOURCES</a></dt>
<dd><p>Sync geostory components with their live resources on geonode</p>
</dd>
Expand Down Expand Up @@ -827,6 +830,12 @@ Util to check if resosurce can be cloned (Save As)
Requirements for copying are 'add_resource' permission and is_copyable property on resource

**Kind**: static constant of [<code>utils/ResourceUtils</code>](#module_utils/ResourceUtils)
<a name="DOWNLOAD_METADATA"></a>

## DOWNLOAD\_METADATA
Sync geostory components with their live resources on geonode

**Kind**: global constant
<a name="SYNC_RESOURCES"></a>

## SYNC\_RESOURCES
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-v4.0.0-c5d2ff8b3612aa78add51591ffe7f7106ff70611
geonode-mapstore-client-v4.0.0-4c486ba53191710186e90e7a9ee1d40c2b6e228b
25 changes: 23 additions & 2 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -929,8 +929,23 @@
"name": "FilterLayer"
},
{
"type": "plugin",
"name": "LayerDownload"
"labelId": "gnviewer.download",
"disablePluginIf": "{!state('selectedLayerPermissions').includes('download_resourcebase')}",
"type": "dropdown",
"items": [
{
"type": "plugin",
"name": "LayerDownload"
},
{
"type": "plugin",
"name": "IsoDownload"
},
{
"type": "plugin",
"name": "DublinCoreDownload"
}
]
},
{
"type": "plugin",
Expand Down Expand Up @@ -1153,6 +1168,12 @@
{
"name": "Playback"
},
{
"name": "IsoDownload"
},
{
"name": "DublinCoreDownload"
},
{
"name": "LayerDownload",
"cfg": {
Expand Down

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.

Loading

0 comments on commit c4c59d0

Please sign in to comment.