Remove old MapQuest Directions routing support
This commit is contained in:
parent
067290f19f
commit
26102f581f
5 changed files with 1 additions and 118 deletions
|
@ -14,13 +14,9 @@ OSM = {
|
|||
OVERPASS_URL: <%= OVERPASS_URL.to_json %>,
|
||||
NOMINATIM_URL: <%= NOMINATIM_URL.to_json %>,
|
||||
GRAPHHOPPER_URL: <%= GRAPHHOPPER_URL.to_json %>,
|
||||
MAPQUEST_DIRECTIONS_URL: <%= MAPQUEST_DIRECTIONS_URL.to_json %>,
|
||||
FOSSGIS_OSRM_URL: <%= FOSSGIS_OSRM_URL.to_json %>,
|
||||
DEFAULT_LOCALE: <%= I18n.default_locale.to_json %>,
|
||||
|
||||
<% if defined?(MAPQUEST_KEY) %>
|
||||
MAPQUEST_KEY: <%= MAPQUEST_KEY.to_json %>,
|
||||
<% end %>
|
||||
<% if defined?(THUNDERFOREST_KEY) %>
|
||||
THUNDERFOREST_KEY: <%= THUNDERFOREST_KEY.to_json %>,
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue