]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/node.rb
Use prototype based event handling for consistency
[rails.git] / app / models / node.rb
index df6442b833405140075cb43b2f65b557551c5b80..7db4aed09829aa7e0c5a82a13568c0475f444add 100644 (file)
@@ -58,7 +58,7 @@ class Node < ActiveRecord::Base
  
     find_by_area(min_lat, min_lon, max_lat, max_lon,
                     :conditions => {:visible => true},
-                    :limit => APP_CONFIG['max_number_of_nodes']+1)  
+                    :limit => MAX_NUMBER_OF_NODES+1)  
   end
 
   # Read in xml as text and return it's Node object representation