Move POI button below routing bar (#226)
This commit is contained in:
parent
41b349dc9f
commit
3324f9c270
1 changed files with 1 additions and 2 deletions
|
|
@ -256,8 +256,6 @@
|
|||
|
||||
elevation.addBelow(map);
|
||||
|
||||
pois.addTo(map);
|
||||
|
||||
sidebar = BR.sidebar({
|
||||
defaultTabId: BR.conf.transit ? 'tab_itinerary' : 'tab_profile',
|
||||
listeningTabs: {
|
||||
|
|
@ -279,6 +277,7 @@
|
|||
|
||||
BR.tracksLoader(map, layersControl, routing);
|
||||
|
||||
pois.addTo(map);
|
||||
routingPathQuality.addTo(map);
|
||||
|
||||
map.addControl(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue