Move the MapQuest API key to the configuration file
This commit is contained in:
parent
1dbc655235
commit
7dd23a4b56
3 changed files with 10 additions and 4 deletions
|
@ -10,6 +10,7 @@ OSM = {
|
|||
MAX_NOTE_REQUEST_AREA: <%= MAX_NOTE_REQUEST_AREA.to_json %>,
|
||||
OVERPASS_URL: <%= OVERPASS_URL.to_json %>,
|
||||
NOMINATIM_URL: <%= NOMINATIM_URL.to_json %>,
|
||||
MAPQUEST_KEY: <%= MAPQUEST_KEY.to_json %>,
|
||||
|
||||
MARKER_GREEN: <%= image_path("marker-green.png").to_json %>,
|
||||
MARKER_RED: <%= image_path("marker-red.png").to_json %>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue