Skip to content

ors.engine.profiles.<profile>.repo

Properties beneath ors.engine.profiles.<profile>.repo are used to address a graph in a graph repository. If all of these properties are set, and if graph management is enabled ors.engine.graph_management.enabled, openrouteservice will use the specified repository to load the graph data.

keytypedescriptionexample values
repository_uristringThe base URL (for a http repository) or path (for a file system repository)* http://some.domain.ors
* file:///absolute/path
* /absolute/path
* relative/path
repository_namestringAn editorial name representing the target group or vendor for the graphs.public, my-organization
repository_profile_groupstringA group of profiles with specific characteristics lke the usage of traffic data or the pre-calculation of advanced data structures e.g. for fastisochronestraffic, fastiso
graph_extentstringThe geographic region covered by the graph. This corresponds to the OSM PBF file used for graph building.planet

Each routing profile can have its individual repository parameters, which makes it possible to have routing profiles from different repositories or in different geographic regions.

Repository properties that are common for all routing profiles can be configured in ors.engine.profile_default

See graph repo client for more information.