File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,15 @@ graph.dataaccess=RAM_STORE
34
34
35
35
# ### Speed-up Mode vs. Flexibility Mode ####
36
36
#
37
- # By default the speed-up mode with the 'fastest' weighting is used. Internally contraction hierarchies is
38
- # used to speed routing up. This requires more RAM/disc space for holding the graph but less for every request.
37
+ # By default the speed-up mode with the 'fastest' weighting is used. Internally a graph preparation via
38
+ # contraction hierarchies is done to speed routing up. This requires more RAM/disc space for holding the
39
+ # graph but less for every request. Also only the first vehicle of the flagEncoders list will be prepared.
39
40
# prepare.chWeighting=fastest
40
41
#
41
42
# Disable the speed-up mode (contraction hierarchies, CH) via enabling the flexibility mode:
42
43
# prepare.chWeighting=no
43
44
44
45
45
- # If multiple vehicles are used and prepare.chWeighting=fastest only one vehicle can be in speed-up
46
- # When nothing is specified the (lexicographically) first vehicle from the graph.flagEncoders list is chosen
47
- # algorithm.defaultVehicle=car
48
-
49
46
# #### Web #####
50
47
# if you want to support jsonp response type you need to add it explicitely here. By default it is disabled for
51
48
# stronger security.
You can’t perform that action at this time.
0 commit comments