X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/836f46f9f7cbe3bcddd7a0194985bbf800ea16dd..f2ae082a1f360c25621f73dd872c746659c61ef2:/app/views/export/_start.rhtml diff --git a/app/views/export/_start.rhtml b/app/views/export/_start.rhtml index 7359c39be..891ec3600 100644 --- a/app/views/export/_start.rhtml +++ b/app/views/export/_start.rhtml @@ -10,7 +10,7 @@
<%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>

- Drag a box with control held down to select an area to export + Manually select a different area

@@ -18,11 +18,13 @@

- <%= radio_button_tag("format", "osm") %>OpenStreetMap XML Data + <%= radio_button_tag("format", "osm") %> OpenStreetMap XML Data
- <%= radio_button_tag("format", "mapnik") %>Mapnik Image + <%= radio_button_tag("format", "mapnik") %> Mapnik Image
- <%= radio_button_tag("format", "osmarender") %>Osmarender Image + <%= radio_button_tag("format", "osmarender") %> Osmarender Image +
+ <%= radio_button_tag("format", "html") %> Embeddable HTML

@@ -39,7 +41,8 @@

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 : )

+

Scale 1 : <%= text_field_tag("mapnik_scale", nil, :size => 8) %> (max 1 : )

+

Image Size x

@@ -51,201 +54,22 @@

Zoom <%= select_tag("osmarender_zoom", options_for_select([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])) %>

+ +
+

Options

+
+

<%= check_box_tag("html_marker", "true") %> Include Marker on Map

+
+ +

Output

+
+

+

Paste HTML to embed in website

+
+

<%= submit_tag "Export", :id => "export_commit" %>

<% end %> - -