moved button above opacity slider
This commit is contained in:
parent
544aab0716
commit
3a0a4498c2
1 changed files with 3 additions and 1 deletions
|
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
routing.addTo(map);
|
routing.addTo(map);
|
||||||
routingPathQuality.addTo(map);
|
|
||||||
elevation.addBelow(map);
|
elevation.addBelow(map);
|
||||||
|
|
||||||
sidebar = BR.sidebar({
|
sidebar = BR.sidebar({
|
||||||
|
|
@ -277,6 +277,8 @@
|
||||||
|
|
||||||
BR.tracksLoader(map, layersControl, routing);
|
BR.tracksLoader(map, layersControl, routing);
|
||||||
|
|
||||||
|
routingPathQuality.addTo(map);
|
||||||
|
|
||||||
map.addControl(
|
map.addControl(
|
||||||
new BR.OpacitySliderControl({
|
new BR.OpacitySliderControl({
|
||||||
id: 'route',
|
id: 'route',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue