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

new client build #1149

Merged
merged 1 commit into from
Aug 18, 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-90d883e74976515b72951d3b42d65e9e66afc04b
geonode-mapstore-client-v4.0.0-8c67996fce85750c1a124b3b70c1b97d7ab93662
24 changes: 22 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,22 @@
"name": "FilterLayer"
},
{
"type": "plugin",
"name": "LayerDownload"
"labelId": "gnviewer.download",
"type": "dropdown",
"items": [
{
"type": "plugin",
"name": "IsoDownload"
},
{
"type": "plugin",
"name": "DublinCoreDownload"
},
{
"type": "plugin",
"name": "LayerDownload"
}
]
},
{
"type": "plugin",
Expand Down Expand Up @@ -1153,6 +1167,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