Disable steps and alternatives by default

This commit is contained in:
Daniel J. Hofmann
2016-04-05 09:56:38 +02:00
committed by Patrick Niklaus
parent 59f5e364c1
commit 97401ad99a
4 changed files with 11 additions and 6 deletions
+1
View File
@@ -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));