added valhalla routing engine

This commit is contained in:
Christian Beiwinkel 2022-12-16 17:05:36 +01:00
parent 9389a7698a
commit 85f627c5c2
5 changed files with 118 additions and 1 deletions

View file

@ -18,6 +18,7 @@ OSM = {
NOMINATIM_URL: <%= Settings.nominatim_url.to_json %>,
GRAPHHOPPER_URL: <%= Settings.graphhopper_url.to_json %>,
FOSSGIS_OSRM_URL: <%= Settings.fossgis_osrm_url.to_json %>,
FOSSGIS_VALHALLA_URL: <%= Settings.fossgis_valhalla_url.to_json %>,
DEFAULT_LOCALE: <%= I18n.default_locale.to_json %>,
<% if Settings.key?(:thunderforest_key) %>