added valhalla routing engine
This commit is contained in:
parent
9389a7698a
commit
85f627c5c2
5 changed files with 118 additions and 1 deletions
|
@ -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) %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue