diff --git a/config.js b/config.js new file mode 100644 index 0000000..7152f80 --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +BR.conf = { + profiles: [ + 'trekking', + 'fastbike', + 'shortest', + 'all', + /* "does not contain expressions for context node" (?) + 'softaccess', + */ + 'moped', + 'car-test' + ] +}; diff --git a/index.html b/index.html index 50971b4..1db5b77 100644 --- a/index.html +++ b/index.html @@ -34,18 +34,8 @@