-
Notifications
You must be signed in to change notification settings - Fork 25
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
Taxon detail map and taxon map screen #1218
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.
The map on TaxonDetails is not showing observation tiles for that taxon. It looks like it's showing tiles for all observations. It's also not zooming in on the extent of the taxon's observations.
* disable interaction on TaxonDetails map * disable SpeciesSeenCheckmark when signed out * Remove x margin on TaxonDetails map * Fix broken region calculation on TaxonDetails map * Ensure TaxonDetails map uses same obs search params for bounds calculation and tiles
* Removed containers that weren't adding much logic * Restyled ObsDetail map model per spec * Disabled interaction for maps on TaxonDetails and ObsDetails (closes #1233)
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.
FYI, I fixed a few things. Maybe more than a few. The bit that's probably the most worth your time to review is calculating the region given the observation bounds in 521307f#diff-f6d6a4b58e8ce0a2bb53983d3cc7c751763ff752af8b926ebba9d3f54bae3fc7
-Taxon Detail map and map screen
Closes #872
Closes #1233