Matrix service is not availabe on premises

Hi there,

I have created my own instance of the app but the matrix service is not available, could you please tell me how to switch it on? I have tried to add it to the ors-config.yml file see below.

ors:

engine:

source_file: ./ors-core/data/osm_file.pbf
graphs_root_path: ./ors-core/data/graphs
elevation:
  cache_path: ./ors-core/data/elevation_cache

services:
 matrix:
    enabled: true,
    maximum_routes: 10000,
    maximum_routes_flexible: 25000,
    maximum_search_radius: 5000,
    maximum_visited_nodes: 100000,
    allow_resolve_locations: true,
    attribution: ", OpenStreetMap contributors"

Hey,

have a look at this post - your settings should be in endpoints.matrix, not in services.matrix.

Best regards

1 Like