wip
This commit is contained in:
parent
a55ae8fe86
commit
1f31e6e1e1
@ -176,7 +176,7 @@ async function main() {
|
|||||||
|
|
||||||
const {OSRM} = require(args[0]);
|
const {OSRM} = require(args[0]);
|
||||||
const path = args[1];
|
const path = args[1];
|
||||||
const algorithm = args[2];
|
const algorithm = args[2].toUpperCase();
|
||||||
const method = args[3];
|
const method = args[3];
|
||||||
const numRequests = parseInt(args[4]);
|
const numRequests = parseInt(args[4]);
|
||||||
const gpsTracesFilePath = args[5];
|
const gpsTracesFilePath = args[5];
|
||||||
|
Loading…
Reference in New Issue
Block a user