Move POI button below routing bar (#226)

This commit is contained in:
Norbert Renner 2019-12-11 17:29:28 +01:00
parent 41b349dc9f
commit 3324f9c270

View file

@ -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(