Open Source Routing Machine - C++ backend
Go to file
Sarah Hoffmann 66c23b5843 extended access handling
This adds a few more configuration options for a more flexible access
tag handling:

accessTags -
  replaces accessTag and is an ordered list of access tags to take into
  account. The first tag in the list found will determine the access.
  This allows to model OSM's access hierarchy where a more specific
  access tag might override a more general one.
accessForbiddenKeys -
  unordered list of values that disallow access (similar to
  accessRestrictionKeys). Replaces hardcoded values in extractor.
accessForbiddenDefault -
  unordered list of highway types where access is forbidden unless an
  explicit positiv access tag is given. Replaces the current track
  hack.
2012-08-20 21:13:54 +02:00
Algorithms Const'ing a member function 2012-08-14 15:04:09 +02:00
Contractor Partially fixes issue #339 2012-08-14 14:31:45 +02:00
DataStructures extended access handling 2012-08-20 21:13:54 +02:00
Descriptors Segment duration is now given in second and not tenths of a second. 2012-08-13 17:08:23 +02:00
Docs@71f55dc30a Fast-forwarding git submodule 2012-07-11 09:38:47 +02:00
features Bearing is reported as integer only, fixes cucumber tests for issue #292 2012-06-11 16:36:33 +02:00
Plugins Exploration of tiny components. 2012-07-13 17:01:21 +02:00
RoutingAlgorithms Fixed a bug in the computation of routes. Fixes issue #334 and other. 2012-07-25 19:11:58 +02:00
Server Print user agent into log 2012-06-08 10:12:42 +02:00
speedprofiles tests for signal penalty. renamed 'given the nodes' to 'given the node map' and introduced new 'given the nodes' to set node tags 2012-03-08 14:10:28 +01:00
test speedprofiles specifically for testing 2012-05-05 17:05:55 +02:00
ThirdParty PngImage compile fixes for libpng 1.5 (OS X). Partially fixes issue #123 2012-02-27 09:47:53 +01:00
Util Exploration of tiny components. 2012-07-13 17:01:21 +02:00
win Moved all Windows related files to win folder 2012-01-01 23:33:10 +08:00
.gitignore gitignore the sandbox/ folder 2012-02-18 15:28:50 +01:00
.gitmodules Adding external web project as submodule 2012-04-04 11:52:16 +02:00
AUTHORS.TXT authors 2012-01-31 23:23:42 +01:00
contractor.ini SRTM Root directory parsed from ini file 2011-12-13 15:30:52 +01:00
createHierarchy.cpp Independent set tie-breaker in O(1) space and time 2012-05-23 21:18:38 +02:00
extractor.cpp extended access handling 2012-08-20 21:13:54 +02:00
extractor.ini Parameterize amount of RAM for extractLargenetwork. Fixes ticket 21. 2011-03-24 15:06:49 +00:00
Gemfile Adds the cucumber test framework referenced in issues #26, #95, #114 2012-02-15 10:50:43 +01:00
Gemfile.lock Adds the cucumber test framework referenced in issues #26, #95, #114 2012-02-15 10:50:43 +01:00
LICENCE.TXT Initial Import. 2010-07-09 09:05:40 +00:00
Rakefile use .osrm.edges file in Rake task and cucumber tests 2012-05-05 16:12:58 +02:00
README.TXT Adding the URL of the demo installation to README 2012-03-15 20:30:17 +01:00
routed.cpp Load timestamp string from file 2012-05-15 14:28:13 +02:00
SConstruct SConstruct: find Libzip on Darwin 2012-07-13 17:19:16 -07:00
server.ini Adding optional timestamp information 2012-05-15 14:14:09 +02:00
speedprofile.ini Implements feature request from issue #256 2012-06-11 17:36:41 +02:00
typedefs.h Implementing issue #272 2012-08-13 18:11:46 +02:00

For instructions on how to compile and run OSRM, please consult the Wiki at

https://github.com/DennisOSRM/Project-OSRM/wiki

or use our free and daily updated online service at

http://map.project-osrm.org