metrics-mvp
metrics-mvp copied to clipboard
Text labels for stops on MapStops component are obscured by markers of subsequent stops
For example:

The MapStops component should render text labels on top of all stop markers so that they are not obscured.
Is that a matter of the order in which the labels are drawn? Or z indexing?
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