Merge remote-tracking branch 'upstream/pull/4358'

This commit is contained in:
Tom Hughes 2023-11-21 17:24:19 +00:00
commit ce385c88eb
2 changed files with 0 additions and 2 deletions

View file

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

View file

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