metrics-mvp icon indicating copy to clipboard operation
metrics-mvp copied to clipboard

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

Open youngj opened this issue 5 years ago • 2 comments

For example:

image

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

youngj avatar Feb 21 '20 00:02 youngj

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

hathix avatar Feb 28 '20 23:02 hathix

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

exxonvaldez avatar Feb 28 '20 23:02 exxonvaldez