Skip to content
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

Text labels for stops on MapStops component are obscured by markers of subsequent stops #573

Open
youngj opened this issue Feb 21, 2020 · 2 comments
Assignees
Labels
Frontend React, JavaScript, and UI stuff Good First Issue Good for newcomers

Comments

@youngj
Copy link
Contributor

youngj commented Feb 21, 2020

For example:

image

The MapStops component should render text labels on top of all stop markers so that they are not obscured.

@youngj youngj added Good First Issue Good for newcomers Frontend React, JavaScript, and UI stuff labels Feb 21, 2020
@hathix
Copy link
Member

hathix commented Feb 28, 2020

Is that a matter of the order in which the labels are drawn? Or z indexing?

@exxonvaldez
Copy link
Contributor

Is that a matter of the order in which the labels are drawn? Or z indexing?

Either. Sometimes keeping track of z-indexes gets messy but could work here. Z-indexes are being used in #537

@josephtatum josephtatum self-assigned this Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend React, JavaScript, and UI stuff Good First Issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants