Disable steps and alternatives by default
This commit is contained in:
committed by
Patrick Niklaus
parent
59f5e364c1
commit
97401ad99a
@@ -110,6 +110,7 @@ module.exports = function () {
|
||||
} else {
|
||||
var params = this.queryParams,
|
||||
waypoints = [];
|
||||
params['steps'] = 'true';
|
||||
if (row.from && row.to) {
|
||||
var fromNode = this.findNodeByName(row.from);
|
||||
if (!fromNode) throw new Error(util.format('*** unknown from-node "%s"', row.from));
|
||||
|
||||
Reference in New Issue
Block a user