API_VERSION: <%= API_VERSION.to_json %>,
STATUS: <%= STATUS.to_json %>,
MAX_NOTE_REQUEST_AREA: <%= MAX_NOTE_REQUEST_AREA.to_json %>,
+ OVERPASS_URL: <%= OVERPASS_URL.to_json %>,
apiUrl: function (object) {
var url = "/api/" + OSM.API_VERSION + "/" + object.type + "/" + object.id;
require_terms_seen: false
# Whether to require users to agree to the CTs before editing
require_terms_agreed: false
+ # URL of Overpass instance to use for feature queries
+ overpass_url: http://overpass-api.de/api/interpreter
development:
<<: *defaults