projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove unnecessary max_zoom from map key
[rails.git]
/
app
/
controllers
/
changesets_controller.rb
diff --git
a/app/controllers/changesets_controller.rb
b/app/controllers/changesets_controller.rb
index fef4d85eb51273596dfe81ccfc0cad88ba81c19f..859242b60fff5106ec2361b724f2972c5d423ab1 100644
(file)
--- a/
app/controllers/changesets_controller.rb
+++ b/
app/controllers/changesets_controller.rb
@@
-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