]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.html.erb
Fix up issues with notes in the data browser
[rails.git] / app / views / user / account.html.erb
index 64e5ed4bd729c1f1002e5a618943edaca250f6f6..6745f1b34fe248c18afac2d8cca5dac7c0db36a7 100644 (file)
       <% content_for :head do %>
         <%= javascript_include_tag "user" %>
       <% end %>
-      <%
-         home = @user.home_lat && @user.home_lon
-         data = {
-           :lon => @user.home_lon || params['lon'] || 0,
-           :lat => @user.home_lat || params['lat'] || 20,
-           :zoom => home ? 12 : params['zoom'] || 1,
-           :marker => !!home
-         }
-
-         if params[:scale].to_f > 0 then
-          data[:zoom] = scale_to_zoom params[:scale]
-         end
-      %>
-      <%= content_tag "div", "", :id => "map", :class => "user_map set_location", :data => data %>
+      <%= content_tag "div", "", :id => "map", :class => "user_map set_location" %>
     </td>
   </tr>