-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map improvements #397
Map improvements #397
Conversation
bprusinowski
commented
Feb 21, 2022
•
edited
Loading
edited
- add attribution to the map
- disable right panel filter on the map is layer is not active
gridGap: 1, | ||
alignItems: "flex-end", | ||
}} | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, I would have used Stack for this.
<Stack direction='row' spacing={1}
</Stack>
I think it is a bit simpler and you do not need the ICON_SIZE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit on the implementation of the attribution box.
LGTM 👍 Thanks