]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/note_controller.rb
Bounding boxes are sanitised on creation now
[rails.git] / app / controllers / note_controller.rb
index fe83f7d03a6246042d43dc40b150ec809898da25..4c0c98b6320257027a647149ed4f169dc7639d25 100644 (file)
@@ -25,9 +25,6 @@ class NoteController < ApplicationController
       bbox = BoundingBox.from_lrbt_params(params)
     end
 
-    # Get the sanitised boundaries
-    @min_lon, @min_lat, @max_lon, @max_lat = sanitise_boundaries(bbox)
-
     # Get any conditions that need to be applied
     notes = closed_condition(Note.scoped)