Move the MapQuest API key to the configuration file

This commit is contained in:
Tom Hughes 2015-09-28 13:42:00 +01:00
parent 1dbc655235
commit 7dd23a4b56
3 changed files with 10 additions and 4 deletions

View file

@ -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 %>,