X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c8972a0859ac1e8ba3598638c58e33d3f21ca059..37e74fc5cbca3082a887f02ff320f5c72254df3c:/app/views/site/edit.rhtml diff --git a/app/views/site/edit.rhtml b/app/views/site/edit.rhtml index 55cdcfed6..a1b0a4925 100644 --- a/app/views/site/edit.rhtml +++ b/app/views/site/edit.rhtml @@ -1,7 +1,23 @@ -
Sorry, you need a Flash player to use Potlatch, the +<%= render :partial => 'search' %> + +<% if params['mlon'] and params['mlat'] %> +<% lon = params['mlon'] %> +<% lat = params['mlat'] %> +<% zoom = params['zoom'] || '12' %> +<% elsif @user and params['lon'].nil? and params['lat'].nil? %> +<% lon = @user.home_lon %> +<% lat = @user.home_lat %> +<% zoom = '12' %> +<%else%> +<% lon = params['lon'] || '-0.1' %> +<% lat = params['lat'] || '51.5' %> +<% zoom = params['zoom'] || '12' %> +<% end %> + +
You need a Flash player to use Potlatch, the OpenStreetMap Flash editor. You can download Flash Player from Adobe.com. - Several other options are also available + Several other options are also available for editing OpenStreetMap.