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 5a7e2c0 commit e0a1826
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

1 comment on commit e0a1826

@vercel
Copy link

@vercel vercel bot commented on e0a1826 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landgriffon-client – ./client

landgriffon-client.vercel.app
landgriffon-client-git-dev-vizzuality1.vercel.app
landgriffon-client-vizzuality1.vercel.app

Please sign in to comment.