From e0a1826adb7bc774774645c4e4bad431efaab6de Mon Sep 17 00:00:00 2001 From: barbara-chaves Date: Tue, 10 Oct 2023 12:56:03 +0200 Subject: [PATCH] Enable map popup for h3 contextual layers --- client/CHANGELOG.md | 1 + .../analysis-map/layers/contextual/index.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 8be1fc18a..5a662a4ce 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -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] diff --git a/client/src/containers/analysis-visualization/analysis-map/layers/contextual/index.tsx b/client/src/containers/analysis-visualization/analysis-map/layers/contextual/index.tsx index 7cf3b64cd..a6c0acfc8 100644 --- a/client/src/containers/analysis-visualization/analysis-map/layers/contextual/index.tsx +++ b/client/src/containers/analysis-visualization/analysis-map/layers/contextual/index.tsx @@ -38,7 +38,7 @@ const ContextualLayer = ({ id, beforeId, zIndex, settings }: LayerProps; + return ; // // ? data is only needed for H3 layers