Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] new client build #1166

Merged
merged 1 commit into from
Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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