Return maximum size of bounding box for note retrieval

This commit is contained in:
Simon Poole 2017-03-13 08:47:01 +01:00
parent c2ee604858
commit 9606e440bc
2 changed files with 4 additions and 0 deletions

View file

@ -263,6 +263,9 @@ class ApiController < ApplicationController
area = XML::Node.new "area"
area["maximum"] = MAX_REQUEST_AREA.to_s
api << area
notearea = XML::Node.new "note_area"
notearea["maximum"] = MAX_NOTE_REQUEST_AREA.to_s
api << notearea
tracepoints = XML::Node.new "tracepoints"
tracepoints["per_page"] = TRACEPOINTS_PER_PAGE.to_s
api << tracepoints