Hi
I am running ors with docker. I am searching documentation on how to add
extra_info:[waycategory, waytype, countryinfo] to ors-config.yml, ors-config.env file or directly in the docker-compose.yml file. Unfortunately I do not find any documentation.
Here is an example of my ors-config.yml file where I added extra_info . Unfortunately it does not work:
profiles:
car:
enabled: true
profile: driving-car
# elevation: true
# encoder_options:
# turn_costs: true
# block_fords: false
# use_acceleration: true
# preparation:
# min_network_size: 200
# methods:
# ch:
# enabled: true
# threads: 1
# weightings: fastest
# lm:
# enabled: false
# threads: 1
# weightings: fastest,shortest
# landmarks: 16
# core:
# enabled: true
# threads: 1
# weightings: fastest,shortest
# landmarks: 64
# lmsets: highways;allow_all
execution:
methods:
lm:
active_landmarks: 6
core:
active_landmarks: 6
extra_info:
- countryinfo
- waytype
- waycategory
ext_storages:
WayCategory:
HeavyVehicle:
WaySurfaceType:
RoadAccessRestrictions:
use_for_warnings: true