readjust spacing to avoid risk of overflow

This commit is contained in:
Emil Tin 2012-08-21 18:02:36 +02:00
parent 41e7dbf205
commit d6fd898101

View File

@ -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]