From 41e7dbf20567b1df8601a3a7c743ad322fb65ac8 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Tue, 21 Aug 2012 16:44:30 +0200 Subject: [PATCH] larger spacing when testing individual ways, avoids picking wrong one --- features/support/data.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/data.rb b/features/support/data.rb index 04dbb418d..b4b9c7728 100644 --- a/features/support/data.rb +++ b/features/support/data.rb @@ -11,7 +11,7 @@ PREPROCESS_LOG_FILE = 'preprocessing.log' LOG_FILE = 'fail.log' OSM_TIMESTAMP = '2000-00-00T00:00:00Z' DEFAULT_SPEEDPROFILE = 'bicycle' -WAY_SPACING = 10 +WAY_SPACING = 1000 DEFAULT_GRID_SIZE = 100 #meters ORIGIN = [1,1]