fix some indentation and spelling

This commit is contained in:
Emil Tin 2013-10-18 18:33:56 +02:00
parent aa0927911d
commit 67c5e3966a
2 changed files with 20 additions and 20 deletions

View File

@ -6,7 +6,7 @@ require 'sys/proctable'
BUILD_FOLDER = 'build'
DATA_FOLDER = 'sandbox'
PROFILE = 'bicycle'
PROFILE = 'examples/postgis'
OSRM_PORT = 5000
PROFILES_FOLDER = '../profiles'

View File

@ -52,7 +52,7 @@ function way_function (way)
return 0
end
-- Query PostGIS for industrial areas close to the way, then groups by way and sums the areas.
-- Query PostGIS for industrial areas close to the way, then group by way and sum the areas.
-- We take the square root of the area to get a estimate of the length of the side of the area,
-- and thus a rough guess of how far we might be travelling along the area.