From e756dbae7f3715561de5688e6503b60fdfe0327d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 6 Jan 2012 00:24:27 +0000 Subject: [PATCH] Bounding boxes are sanitised on creation now --- app/controllers/note_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/note_controller.rb b/app/controllers/note_controller.rb index fe83f7d03..4c0c98b63 100644 --- a/app/controllers/note_controller.rb +++ b/app/controllers/note_controller.rb @@ -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) -- 2.43.2