Show data table highlight above quality coding layer (#242)
This commit is contained in:
parent
61903bb66d
commit
d33c795200
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue