Show data table highlight above quality coding layer (#242)

This commit is contained in:
Norbert Renner 2019-12-12 12:24:43 +01:00
parent 61903bb66d
commit d33c795200

View file

@ -3,7 +3,9 @@ BR.TrackMessages = L.Class.extend({
edgeStyle: { edgeStyle: {
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'
}, },
// center hovered edge (way segment) on map // center hovered edge (way segment) on map
syncMap: true syncMap: true