From eb504d4c818ef4b42dca9584885728944be1f86c Mon Sep 17 00:00:00 2001 From: Michael Krasnyk Date: Mon, 13 Feb 2017 20:08:18 +0100 Subject: [PATCH] revert 'directly' method on win32 --- features/support/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/env.js b/features/support/env.js index e43042b3854..7aa976f3039 100644 --- a/features/support/env.js +++ b/features/support/env.js @@ -31,7 +31,7 @@ module.exports = function () { this.DEFAULT_ENVIRONMENT = Object.assign({STXXLCFG: stxxl_config}, process.env); this.DEFAULT_PROFILE = 'bicycle'; this.DEFAULT_INPUT_FORMAT = 'osm'; - this.DEFAULT_LOAD_METHOD = this.PLATFORM_WINDOWS ? 'directly' : 'datastore'; + this.DEFAULT_LOAD_METHOD = 'datastore'; this.DEFAULT_ORIGIN = [1,1]; this.OSM_USER = 'osrm'; this.OSM_GENERATOR = 'osrm-test';