X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..2fb777c5be4c4b5b94b8bd5bee5f7670e3425e9d:/app/views/export/start.html.erb
diff --git a/app/views/export/start.html.erb b/app/views/export/start.html.erb
index f5dcb1462..0bc1ac5bb 100644
--- a/app/views/export/start.html.erb
+++ b/app/views/export/start.html.erb
@@ -1,6 +1,5 @@
-<%= form_tag :action => "finish" do %>
-
-
<%= t'export.start.area_to_export' %>
+<%= form_tag :controller => "export", :action => "finish" do %>
+ <%= hidden_field_tag 'format', 'osm' %>
-
<%= t'export.start.format_to_export' %>
-
-
- - <%= radio_button_tag("format", "osm") %> <%= t'export.start.osm_xml_data' %>
- - <%= radio_button_tag("format", "mapnik") %> <%= t'export.start.map_image' %>
- - <%= radio_button_tag("format", "html") %> <%= t'export.start.embeddable_html' %>
-
-
<%= t'export.start.licence' %>
@@ -34,41 +25,24 @@
<%= t'export.start.too_large.body' %>
-
-
-
+
+ - <%= t'export.start.too_large.planet.title' %>
+ - <%= t'export.start.too_large.planet.description' %>
-
-
<%= t'export.start.options' %>
-
-
-
+ - <%= t'export.start.too_large.geofabrik.title' %>
+ - <%= t'export.start.too_large.geofabrik.description' %>
-
-