<% set_title(t(".title")) %> <%= render "sidebar_header", :title => t(".title") %> <%= form_tag({ :controller => "export", :action => "finish" }, { :class => "export_form" }) do %> <%= hidden_field_tag "format", "osm", :autocomplete => "off" %>
<%= text_field_tag("maxlat", nil, :size => 10, :autocomplete => "off", :class => "form-control text-center mx-auto") %>
<%= text_field_tag("minlon", nil, :size => 10, :autocomplete => "off", :class => "form-control text-center my-2") %> <%= text_field_tag("maxlon", nil, :size => 10, :autocomplete => "off", :class => "form-control text-center my-2") %>
<%= text_field_tag("minlat", nil, :size => 10, :autocomplete => "off", :class => "form-control text-center mx-auto") %>
<%= t ".manually_select" %>

<%= t ".licence" %>

<%= t ".licence_details_html", :odbl_link => link_to(t(".odbl"), t(".odbl_url")) %>

<%= t ".too_large.body" %>

<%= submit_tag t(".export_button"), :class => "btn btn-primary mx-auto" %>

<%= t ".too_large.advice" %>

<%= t ".too_large.overpass.title" %>
<%= t ".too_large.overpass.description" %>
<%= t ".too_large.planet.title" %>
<%= t ".too_large.planet.description" %>
<%= t ".too_large.geofabrik.title" %>
<%= t ".too_large.geofabrik.description" %>
<%= t ".too_large.other.title" %>
<%= t ".too_large.other.description" %>
<% end %>