Skip to content

Commit

Permalink
[create-pull-request] automated change (#748)
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 7224bc7 commit cd8dbbc
Show file tree
Hide file tree
Showing 251 changed files with 55 additions and 35 deletions.
20 changes: 20 additions & 0 deletions docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,13 +607,33 @@ if the request url contain localhost:8000
## utils/CoordinatesUtils
Utilities for api requests


* [utils/CoordinatesUtils](#module_utils/CoordinatesUtils)
* [.boundsToExtentString](#module_utils/CoordinatesUtils.boundsToExtentString) ⇒ <code>string</code>
* [.getExtent](#module_utils/CoordinatesUtils.getExtent) ⇒ <code>Array</code>

<a name="module_utils/CoordinatesUtils.boundsToExtentString"></a>

### utils/CoordinatesUtils.boundsToExtentString ⇒ <code>string</code>
Given a bounds { minx, miny, maxx, maxy } and a crs return the extent param as string

**Kind**: static constant of [<code>utils/CoordinatesUtils</code>](#module_utils/CoordinatesUtils)
**Returns**: <code>string</code> - extent param
<a name="module_utils/CoordinatesUtils.getExtent"></a>

### utils/CoordinatesUtils.getExtent ⇒ <code>Array</code>
Get the extent of area of interest from map bbox
the values of the extent are expressed in the unit of the projection

**Kind**: static constant of [<code>utils/CoordinatesUtils</code>](#module_utils/CoordinatesUtils)
**Returns**: <code>Array</code> - containng minx, miny, maxx, maxy
minx, miny -> bottom-left corner of square
maxx, maxy -> top-right corner of square

| Param | Type | Description |
| --- | --- | --- |
| Options | <code>Object</code> | containing layers and features |

<a name="module_utils/FileUtils"></a>

## utils/FileUtils
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-686c567744034bb7782bcd3f7600e3c3575fe9d7
geonode-mapstore-client-v4.0.0-7224bc719881737b31b61378cb9faac7fd64b71f

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.

Loading

0 comments on commit cd8dbbc

Please sign in to comment.