]> git.openstreetmap.org Git - rails.git/commitdiff
Change the home zoom level to 15
authorAndy Allan <andy@gravitystorm.co.uk>
Tue, 21 Dec 2010 11:37:18 +0000 (11:37 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 21 Dec 2010 17:26:03 +0000 (17:26 +0000)
app/views/site/index.html.erb

index 7b1d874e7c0f146785137caa20fcbe29818f06af..31834bf7cde2469bd430496bd30f9b66a38e40ed 100644 (file)
@@ -1,6 +1,6 @@
 <% content_for :greeting do %>
 <% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %>
-  <%= link_to_function t('layouts.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)", { :title => t('layouts.home_tooltip') } %> |
+  <%= link_to_function t('layouts.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 15)", { :title => t('layouts.home_tooltip') } %> |
 <% end %>
 <% end %>