rename Itinerary control
This commit is contained in:
parent
8fd789a887
commit
d9d74bb221
4 changed files with 5 additions and 5 deletions
4
dist/brouter-web.js
vendored
4
dist/brouter-web.js
vendored
File diff suppressed because one or more lines are too long
2
dist/brouter-web.js.map
vendored
2
dist/brouter-web.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
||||||
BR.Iternity = L.Class.extend({
|
BR.Itinerary = L.Class.extend({
|
||||||
options: {
|
options: {
|
||||||
heading: 'Itinerary'
|
heading: 'Itinerary'
|
||||||
},
|
},
|
||||||
|
|
@ -191,7 +191,7 @@
|
||||||
|
|
||||||
// intermodal routing demo?
|
// intermodal routing demo?
|
||||||
if (BR.conf.transit) {
|
if (BR.conf.transit) {
|
||||||
itinerary = new BR.Iternity();
|
itinerary = new BR.Itinerary();
|
||||||
} else {
|
} else {
|
||||||
stats = new BR.TrackStats();
|
stats = new BR.TrackStats();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue