Skip to content

Commit

Permalink
Merge pull request #4343 from nasa-gibs/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ryanweiler92 committed May 15, 2023
2 parents 9f88912 + 6af558c commit de9453d
Show file tree
Hide file tree
Showing 49 changed files with 2,651 additions and 818 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.0
18.16.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN dnf install -y epel-release && \
xz
RUN mkdir -p /usr/local/nvm
ENV NVM_DIR=/usr/local/nvm
ENV NODE_VERSION=18.14.0
ENV NODE_VERSION=18.16.0
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && \
. "$NVM_DIR/nvm.sh" && \
nvm install v${NODE_VERSION} && \
Expand Down
1 change: 1 addition & 0 deletions doc/url_parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
| `efc` | string | `id,id,id` | The event category ids for each category to be included in an event API request. |
| `s` | string | *`coordinates`* | A pair of coordinates using Decimal Degrees format (`DDD.DDDD,DDD.DDDD`) to add a Location Search marker onto the map. To add more than one Location Search marker, separate coordinate pairs with a plus symbol. (`DDD.DDDD,DDD.DDDD+DDD.DDDD,DDD.DDDD`)|
| `ab` | boolean | **`on`** | If set to "on", the animation widget will be shown. |
| `aa` | boolean | **`false`** | If set to "true", the animation will play on load. NOTE: The URL also requires valid animation parameters (ab, av, etc.). |
| `as` | date | *`YYYY-MM-DDThh:mm:ssZ`* | The animation start day & time.\*\* |
| `ae` | date | *`YYYY-MM-DDThh:mm:ssZ`* | The animation end day & time.\*\* |
| `av` | number | <b>`1`</b> to <b>`10`</b> | The animation speed value from 1 to 10. 1 = slowest, 10 = fastest. |
Expand Down
Loading

0 comments on commit de9453d

Please sign in to comment.