-
Notifications
You must be signed in to change notification settings - Fork 1
/
ors-config.yml
59 lines (55 loc) · 1.59 KB
/
ors-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
##### openrouteservice settings file #####
# This file contains parameters for openrouteservice.
# For a full list of possible parameters see https://giscience.github.io/openrouteservice/run-instance/configuration/
ors:
engine:
source_file: /home/ors/files/data.osm.pbf
elevation:
# Disabling elevation for now because ORS tries to download
# elevation data from URL's that are not always available,
# which sometimes raises SocketTimeoutException's and prevents
# ORS from starting. See
# https://github.com/GIScience/openrouteservice/issues?q=is%3Aissue+java.net.SocketTimeoutException
# for more info
preprocessed: true
profiles:
car:
enabled: true
elevation: false
hgv:
enabled: true
profile: driving-hgv
encoder_flags_size: 8
encoder_options:
turn_costs: true
block_fords: false
use_acceleration: true
maximum_distance: 100000
elevation: false
preparation:
min_network_size: 200
methods:
ch:
enabled: true
threads: 1
weightings: recommended
core:
enabled: true
threads: 1
weightings: recommended,shortest
landmarks: 64
lmsets: highways;allow_all
execution:
methods:
core:
active_landmarks: 6
ext_storages:
WayCategory:
HeavyVehicle:
restrictions: true
WaySurfaceType:
logging:
level:
root: DEBUG
org:
heigit: INFO