Fixes issue #38

This commit is contained in:
DennisOSRM 2011-11-30 16:58:44 +01:00
parent 275808d0d5
commit e8d52c0f01

View File

@ -77,11 +77,12 @@ preprocessing runs in three steps, all done by seperate programs.
necessary, because the osm data is not made to support fast routing out of the necessary, because the osm data is not made to support fast routing out of the
box. The output of the step is a file called 'file.osrm' box. The output of the step is a file called 'file.osrm'
'osrm-prepare file.osrm' preprocesses the road network and computes additional 'osrm-prepare file.osrm file.restrictions' preprocesses the road network and
information that is exploited later to speed up the path computation. The output computes additional information that is exploited later to speed up the path
of this step consists of two file 'file.osrm.hsgr' and 'file.osrm.nodes'. The first computation. The output of this step consists of two file 'file.osrm.hsgr' and
file is the so-called hierarchy that speeds up the path computation while the 'file.osrm.nodes'. The first file is the so-called hierarchy that speeds up the
latter one carries (among other things) geographical information. path computation while the latter one carries (among other things) geographical
information.
'osrm-routed' starts the server on TCP Port 5000. The 'osrm-routed' starts the server on TCP Port 5000. The
server communicates over http and can be queried by any browser or http-capable server communicates over http and can be queried by any browser or http-capable