@@ -137,7+137,7 @@ class ApiController < ApplicationController
end
# get all the nodes
end
# get all the nodes
- nodes = Node.find(:all, :conditions => ['latitude BETWEEN ? AND ? AND longitude BETWEEN ? AND ? AND visible = 1', min_lat, max_lat, min_lon, max_lon])