]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/browse_controller.rb
Only add the data layer to the main map, and use the visibility changed
[rails.git] / app / controllers / browse_controller.rb
index b56e4f17e7214437be98d431399fac0b4be30a72..fd482119d91870f680b1d204dc330bec7bd7f60f 100644 (file)
@@ -2,8 +2,9 @@ class BrowseController < ApplicationController
   before_filter :authorize_web  
   layout 'site'
 
-  def start
+  def start 
   end
+  
   def index
     @nodes = Node.find(:all, :order => "timestamp DESC", :limit=> 20)  
   end