fix some indentation and spelling
This commit is contained in:
parent
aa0927911d
commit
67c5e3966a
2
Rakefile
2
Rakefile
@ -6,7 +6,7 @@ require 'sys/proctable'
|
||||
|
||||
BUILD_FOLDER = 'build'
|
||||
DATA_FOLDER = 'sandbox'
|
||||
PROFILE = 'bicycle'
|
||||
PROFILE = 'examples/postgis'
|
||||
OSRM_PORT = 5000
|
||||
PROFILES_FOLDER = '../profiles'
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user