Show analysis table highlight above quality coding layer (#304)

When hovering over rows in the analysis tab, highlighted sections for
the route could only be seen on the regular route, but not when any of
the color-coded route visualisations were selected.

Patch based on a similar fix for data table in d33c795200.
This commit is contained in:
Henrik Fehlauer 2020-05-25 18:00:00 +00:00
parent 8ca92e260d
commit 8e65d6a3dd

View file

@ -18,7 +18,9 @@ BR.TrackAnalysis = L.Class.extend({
overlayStyle: {
color: 'yellow',
opacity: 0.8,
weight: 8
weight: 8,
// show above quality coding (pane defined in RoutingPathQuality.js)
pane: 'routingQualityPane'
}
},