Skip to content

Commit

Permalink
[create-pull-request] automated change (#1357)
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 1da2950 commit 8a23bc7
Show file tree
Hide file tree
Showing 1,334 changed files with 185 additions and 186 deletions.
17 changes: 9 additions & 8 deletions docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ set new Featured Resources includes data, page, links</p>
<dt><a href="#SYNC_RESOURCES">SYNC_RESOURCES</a></dt>
<dd><p>Sync geostory components with their live resources on geonode</p>
</dd>
<dt><a href="#closeOpenPanels">closeOpenPanels</a></dt>
<dd><p>Close open panels on new panel open</p>
</dd>
<dt><a href="#gnSyncComponentsWithResources">gnSyncComponentsWithResources</a><code>Observable</code></dt>
<dd><p>Sync reources in current geostory or dashboard with their respective sources</p>
</dd>
Expand Down Expand Up @@ -768,7 +771,6 @@ check if the menu perms is allowed by user or resource
* [.getResourcePermissions](#module_utils/ResourceUtils.getResourcePermissions) ⇒
* [.parseDocumentConfig](#module_utils/ResourceUtils.parseDocumentConfig) ⇒ <code>Object</code>
* [.parseMapConfig](#module_utils/ResourceUtils.parseMapConfig) ⇒ <code>Object</code>
* [.canCopyResource](#module_utils/ResourceUtils.canCopyResource)

<a name="module_utils/ResourceUtils.resourceToLayerConfig"></a>

Expand Down Expand Up @@ -830,13 +832,6 @@ Parse map response object
| mapResponse | <code>Object</code> | api response object |
| resource | <code>Object</code> | optional resource object |

<a name="module_utils/ResourceUtils.canCopyResource"></a>

### utils/ResourceUtils.canCopyResource
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
Expand All @@ -848,6 +843,12 @@ Sync geostory components with their live resources on geonode
## SYNC\_RESOURCES
Sync geostory components with their live resources on geonode

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

## closeOpenPanels
Close open panels on new panel open

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

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-02f4a7d7f9e66f83bf35b8f6e65cfe0fb80f3a47
geonode-mapstore-client-v4.0.0-1da2950756c21b238ec241c58554b03a3fd2bb78
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,6 @@
{
"type": "user",
"value": "add_resource"
},
{
"type": "resource",
"value": "download_resourcebase"
}
]
},
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.

Loading

0 comments on commit 8a23bc7

Please sign in to comment.