Skip to content

Commit

Permalink
[create-pull-request] automated change (#743)
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 686c567 commit 11d85d7
Show file tree
Hide file tree
Showing 250 changed files with 55 additions and 89 deletions.
70 changes: 18 additions & 52 deletions docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ set new Featured Resources includes data, page, links</p>
<dd></dd>
<dt><a href="#module_plugins/LayerSettings">plugins/LayerSettings</a></dt>
<dd></dd>
<dt><a href="#module_plugins/MediaViewer">plugins/MediaViewer</a></dt>
<dd></dd>
<dt><a href="#module_plugins/Save">plugins/Save</a></dt>
<dd></dd>
<dt><a href="#module_plugins/SaveAs">plugins/SaveAs</a></dt>
Expand Down Expand Up @@ -514,6 +516,22 @@ Plugin for layer and groups settings
"name": "LayerSettings",
}
```
<a name="module_plugins/MediaViewer"></a>

## plugins/MediaViewer
<a name="module_plugins/MediaViewer..MediaViewer"></a>

### plugins/MediaViewer~MediaViewer
Plugin for Media Viewer

**Kind**: inner property of [<code>plugins/MediaViewer</code>](#module_plugins/MediaViewer)
**Properties**

| Name | Type | Description |
| --- | --- | --- |
| cfg.gltf.environmentFiles | <code>string</code> | path to an hdr environment file for the 3d scene (format gltf) |
| cfg.pcd.environmentFiles | <code>string</code> | path to an hdr environment file for the 3d scene (format pcd) |

<a name="module_plugins/Save"></a>

## plugins/Save
Expand All @@ -523,32 +541,6 @@ Plugin for layer and groups settings
Plugin for Save modal

**Kind**: inner property of [<code>plugins/Save</code>](#module_plugins/Save)
**Properties**

| Name | Type | Description |
| --- | --- | --- |
| cfg.thumbnailOptions | <code>object</code> | the thumbnail is scaled based on the following configuration |
| cfg.thumbnailOptions.width | <code>number</code> | final width of thumbnail |
| cfg.thumbnailOptions.height | <code>number</code> | final height of thumbnail |
| cfg.thumbnailOptions.type | <code>string</code> | type format of thumbnail 'image/jpeg' or 'image/png' |
| cfg.thumbnailOptions.quality | <code>number</code> | image quality if type is 'image/jpeg', value between 0 and 1 |
| cfg.thumbnailOptions.contain | <code>bool</code> | if contain is true the thumbnail is contained in the width and height provided, if contain is false the image will cover the provided width and height |

**Example**
```js
{
"name": "Save",
"cfg": {
"thumbnailOptions": {
"width": 300,
"height": 250,
"type": "image/jpeg",
"quality": 0.9,
"contain": false
}
}
}
```
<a name="module_plugins/SaveAs"></a>

## plugins/SaveAs
Expand All @@ -558,32 +550,6 @@ Plugin for Save modal
Plugin for SaveAs modal

**Kind**: inner property of [<code>plugins/SaveAs</code>](#module_plugins/SaveAs)
**Properties**

| Name | Type | Description |
| --- | --- | --- |
| cfg.thumbnailOptions | <code>object</code> | the thumbnail is scaled based on the following configuration |
| cfg.thumbnailOptions.width | <code>number</code> | final width of thumbnail |
| cfg.thumbnailOptions.height | <code>number</code> | final height of thumbnail |
| cfg.thumbnailOptions.type | <code>string</code> | type format of thumbnail 'image/jpeg' or 'image/png' |
| cfg.thumbnailOptions.quality | <code>number</code> | image quality if type is 'image/jpeg', value between 0 and 1 |
| cfg.thumbnailOptions.contain | <code>bool</code> | if contain is true the thumbnail is contained in the width and height provided, if contain is false the image will cover the provided width and height |

**Example**
```js
{
"name": "SaveAs",
"cfg": {
"thumbnailOptions": {
"width": 300,
"height": 250,
"type": "image/jpeg",
"quality": 0.9,
"contain": false
}
}
}
```
<a name="module_plugins/Sync"></a>

## plugins/Sync
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-bffce14effda3ec3a6640718ba4aa348b5bf4cbf
geonode-mapstore-client-v4.0.0-686c567744034bb7782bcd3f7600e3c3575fe9d7

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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.

Large diffs are not rendered by default.

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.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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 11d85d7

Please sign in to comment.