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.
key | type | description | example values |
---|---|---|---|
repository_uri | string | The 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_name | string | An editorial name representing the target group or vendor for the graphs. | public , my-organization |
repository_profile_group | string | A group of profiles with specific characteristics lke the usage of traffic data or the pre-calculation of advanced data structures e.g. for fastisochrones | traffic , fastiso |
graph_extent | string | The 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.