% 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
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 : )
Options
Format <%= select_tag("osmarender_format", options_for_select([["PNG", "png"], ["JPEG", "jpeg"]], "png")) %>
Zoom <%= select_tag("osmarender_zoom", options_for_select([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])) %>