26 lines
565 B
YAML
26 lines
565 B
YAML
graphhopper:
|
|
datareader.file: /data/jordan-latest.osm.pbf
|
|
graph.location: /data/graph-cache
|
|
import.osm.ignored_highways: ""
|
|
graph.encoded_values: road_class,road_environment,max_speed,road_access,surface
|
|
|
|
profiles:
|
|
- name: car
|
|
custom_model:
|
|
distance_influence: 70
|
|
priority:
|
|
- if: "true"
|
|
multiply_by: 1.0
|
|
speed:
|
|
- if: "true"
|
|
limit_to: 100
|
|
|
|
profiles_ch:
|
|
- profile: car
|
|
|
|
server:
|
|
application_connectors:
|
|
- type: http
|
|
port: 8989
|
|
bind_host: 0.0.0.0
|