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:
parent
8ca92e260d
commit
8e65d6a3dd
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ BR.TrackAnalysis = L.Class.extend({
|
||||||
overlayStyle: {
|
overlayStyle: {
|
||||||
color: 'yellow',
|
color: 'yellow',
|
||||||
opacity: 0.8,
|
opacity: 0.8,
|
||||||
weight: 8
|
weight: 8,
|
||||||
|
// show above quality coding (pane defined in RoutingPathQuality.js)
|
||||||
|
pane: 'routingQualityPane'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue