X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7de4cb19b8cbaa123f9d47ac4ba9f37e25e5724c..db30a423a8f923bbcae709e1c8f6e337f637bc9a:/app/views/site/edit.rhtml diff --git a/app/views/site/edit.rhtml b/app/views/site/edit.rhtml index 4cd01dcc9..c72a3ab1d 100644 --- a/app/views/site/edit.rhtml +++ b/app/views/site/edit.rhtml @@ -26,15 +26,19 @@ <% if params['mlon'] and params['mlat'] %> <% lon = h(params['mlon']) %> <% lat = h(params['mlat']) %> -<% zoom = h(params['zoom'] || '12') %> -<% elsif @user and params['lon'].nil? and params['lat'].nil? %> +<% zoom = h(params['zoom'] || '14') %> +<% elsif @user and params['lon'].nil? and params['lat'].nil? and params['gpx'].nil? %> <% lon = @user.home_lon %> <% lat = @user.home_lat %> -<% zoom = '12' %> -<%else%> +<% zoom = '14' %> +<% elsif params['gpx'].nil? %> <% lon = h(params['lon'] || '-0.1') %> <% lat = h(params['lat'] || '51.5') %> -<% zoom = h(params['zoom'] || '12') %> +<% zoom = h(params['zoom'] || '14') %> +<% else %> +<% lon = nil %> +<% lat = nil %> +<% zoom = '14' %> <% end %>
You need a Flash player to use Potlatch, the @@ -43,24 +47,33 @@ Several other options are also available for editing OpenStreetMap.
- - <% end %>