Skip to content

Commit

Permalink
Enable map popup for h3 contextual layers
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-chaves committed Oct 10, 2023
1 parent 3533be1 commit bb34d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

### Fixed

- Enable map popup for h3 contextual layers [LANDGRIF-1484](https://vizzuality.atlassian.net/browse/LANDGRIF-1484)
- Update password in profile form was not working as expected [LANDGRIF-1479](https://vizzuality.atlassian.net/browse/LANDGRIF-1479)

## [v1.0.0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ContextualLayer = ({ id, beforeId, zIndex, settings }: LayerProps<LayerSet
);
}

return <ContextualDeckLayer id={id} beforeId={beforeId} zIndex={zIndex} />;
return <ContextualDeckLayer id={id} beforeId={beforeId} zIndex={zIndex} {...settings} />;

// // ? data is only needed for H3 layers

Expand Down

0 comments on commit bb34d76

Please sign in to comment.