X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2c66491e000dcfa634830dc1caf6d7d8939c5fcc..ddb003f0f2217f421180b0ca78f149c3f4e6b28a:/app/views/export/_start.rhtml diff --git a/app/views/export/_start.rhtml b/app/views/export/_start.rhtml index e63b87c56..969b8efc7 100644 --- a/app/views/export/_start.rhtml +++ b/app/views/export/_start.rhtml @@ -1,148 +1,60 @@ -<% form_tag :action => 'next' do %> +<% form_tag :action => "finish" do %>
Area to Export
+ Drag a box with control held down to select an area to export +
Format to Export
+ <%= radio_button_tag("format", "osm") %>OpenStreetMap XML Data
+
+ <%= radio_button_tag("format", "mapnik") %>Mapnik Image
+
+ <%= radio_button_tag("format", "osmarender") %>Osmarender Image
+
Licence
OSM license agreement blah blah blah...
-Options
Scale 1 : <%= text_field('export', 'mapnik_scale', { :size => 10 }) %>
+Format <%= select_tag("mapnik_format", options_for_select([["PNG", "png"], ["JPEG", "jpeg"], ["SVG", "svg"], ["PDF", "pdf"], ["Postscript", "ps"]], "png")) %>
+Scale 1 : <%= text_field_tag("mapnik_scale", nil, :size => 8) %> (max 1 : )
+Image Size x