Merge remote-tracking branch 'upstream/pull/4358'
This commit is contained in:
commit
ce385c88eb
2 changed files with 0 additions and 2 deletions
|
@ -283,7 +283,6 @@ module Api
|
|||
##
|
||||
# if a bounding box was specified do some sanity checks.
|
||||
# restrict changesets to those enclosed by a bounding box
|
||||
# we need to return both the changesets and the bounding box
|
||||
def conditions_bbox(changesets, bbox)
|
||||
if bbox
|
||||
bbox.check_boundaries
|
||||
|
|
|
@ -83,7 +83,6 @@ class ChangesetsController < ApplicationController
|
|||
##
|
||||
# if a bounding box was specified do some sanity checks.
|
||||
# restrict changesets to those enclosed by a bounding box
|
||||
# we need to return both the changesets and the bounding box
|
||||
def conditions_bbox(changesets, bbox)
|
||||
if bbox
|
||||
bbox.check_boundaries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue