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);
|
elevation.addBelow(map);
|
||||||
|
|
||||||
pois.addTo(map);
|
|
||||||
|
|
||||||
sidebar = BR.sidebar({
|
sidebar = BR.sidebar({
|
||||||
defaultTabId: BR.conf.transit ? 'tab_itinerary' : 'tab_profile',
|
defaultTabId: BR.conf.transit ? 'tab_itinerary' : 'tab_profile',
|
||||||
listeningTabs: {
|
listeningTabs: {
|
||||||
|
|
@ -279,6 +277,7 @@
|
||||||
|
|
||||||
BR.tracksLoader(map, layersControl, routing);
|
BR.tracksLoader(map, layersControl, routing);
|
||||||
|
|
||||||
|
pois.addTo(map);
|
||||||
routingPathQuality.addTo(map);
|
routingPathQuality.addTo(map);
|
||||||
|
|
||||||
map.addControl(
|
map.addControl(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue