Remove old layout Control superclass, now obsolete (#111)
This commit is contained in:
parent
4d4b344793
commit
9112d0984c
4 changed files with 6 additions and 56 deletions
|
|
@ -166,7 +166,7 @@
|
|||
profile.message.hide();
|
||||
routingOptions.setCustomProfile(null);
|
||||
});
|
||||
trackMessages = new BR.TrackMessages({
|
||||
trackMessages = new BR.TrackMessages(map, {
|
||||
requestUpdate: requestUpdate
|
||||
});
|
||||
|
||||
|
|
@ -222,13 +222,9 @@
|
|||
download.update(urls);
|
||||
};
|
||||
|
||||
routingOptions.addTo(map);
|
||||
|
||||
routing.addTo(map);
|
||||
elevation.addBelow(map);
|
||||
|
||||
trackMessages.onAdd(map);
|
||||
|
||||
sidebar = BR.sidebar({
|
||||
defaultTabId: BR.conf.transit ? 'tab_itinerary' : 'tab_profile',
|
||||
listeningTabs: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue