Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2022
1 parent 33d0f7d commit f35d221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/maps-library-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The source data is a Zarr group with temperature data from [WorldClim](https://w
With the same component, we can just as easily render a 4D map where the third dimension is the month and the fourth dimension is temperature or precipitation (labeled “band”). Pointing to this dataset, the `Raster` component becomes the following.

```jsx
<Raster
<Raster
colormap={colormap}
clim={clim}
source={bucket + 'v1/demo/4d/tavg-prec-month'}
Expand Down

0 comments on commit f35d221

Please sign in to comment.