X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f1c0834c5cd5ddfa3d79d24b200e995597fe11f4..ddb003f0f2217f421180b0ca78f149c3f4e6b28a:/app/views/export/_start.rhtml?ds=inline diff --git a/app/views/export/_start.rhtml b/app/views/export/_start.rhtml index 08306e13c..969b8efc7 100644 --- a/app/views/export/_start.rhtml +++ b/app/views/export/_start.rhtml @@ -1,123 +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