From d6fd898101dbb3c671f8499527ae47716a02382d Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Tue, 21 Aug 2012 18:02:36 +0200 Subject: [PATCH] readjust spacing to avoid risk of overflow --- 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 b4b9c7728..6c347e3f8 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 = 1000 +WAY_SPACING = 100 DEFAULT_GRID_SIZE = 100 #meters ORIGIN = [1,1]