def edit
editor = params[:editor] || @user.preferred_editor || DEFAULT_EDITOR
- if editor == "josm"
+ if editor == "remote"
render :action => :index
else
# Decide on a lat lon to initialise potlatch with. Various ways of doing this
#Currently this results in potlatch starting up at 0,0 (Atlantic ocean).
end
- @zoom = '14' if @zoom.nil?
+ @zoom = '17' if @zoom.nil?
end
end
end