Merge pull request #376 from emiltin/cuke_spacing

readjust spacing to avoid risk of overflow
This commit is contained in:
Project OSRM 2012-08-21 09:11:41 -07:00
commit 3e25f85eb6

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]