Skip to content

Commit f35d221

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 33d0f7d commit f35d221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/maps-library-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The source data is a Zarr group with temperature data from [WorldClim](https://w
9999
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.
100100

101101
```jsx
102-
<Raster
102+
<Raster
103103
colormap={colormap}
104104
clim={clim}
105105
source={bucket + 'v1/demo/4d/tavg-prec-month'}

0 commit comments

Comments
 (0)