-
Notifications
You must be signed in to change notification settings - Fork 1
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
[88] Map: style toggles #96
Conversation
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.
CHANGELOG.md
Outdated
@@ -16,3 +16,4 @@ | |||
* **features:** Improve bar chart to support group bar chart (#58) | |||
* **features:** Getting the comparison filter box ready for chart data (#59) | |||
* **features:** Map of species count by site (#41) | |||
* **features:** Map style toggle (#88) |
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.
Replies to your PR...
The current version have looping to setting label display on map style. If there is a performance issue, then we can ask to create a custom map to handle all the case.
...
We should check if the user have performance issue before we asking to create a custom map to handle all the case.
Do you mean, there are 2 approaches to this?
- 4x maps
- 2x maps + loop to toggle layer visibility
I see no performance issues with your layer code, and I think you picked the more intuitive approach! Since I think the performance depends on the map, not the datasets, I also expect this to be fine for other users & scenarios.
💚 TL;DR: I think you did a good job with the labels!
I think the UI need some finetune...
Green color is look unclear when it is on satellite map
IMO, this isn't a priority for your PBI/PR!!
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.
Here is how they handle it in Arbimon Screen.Recording.2564-10-02.at.14.32.43.mov |
# Conflicts: # CHANGELOG.md # src/components/map-bubble/map-bubble.ts
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.
✅ DoD
📝 Summary
💉 Testing
pen
andartist
icons on the top right of map component and see the change🛑 Problems
💡 More ideas
📸 Screenshots
🙋 Reviewer Guidance