X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d13ef1db021391e677a2c3d75f3b0999064ffb3a..a5c8a3b7f8e02cbf7f5d2f84b9bdb2034fcf22ec:/app/views/export/_start.rhtml?ds=inline diff --git a/app/views/export/_start.rhtml b/app/views/export/_start.rhtml index 749928c12..4da754496 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

@@ -30,8 +30,8 @@

Licence

-

OSM license agreement blah blah blah...

-
OpenStreetMap data is licensed under the Creative Commons Attribution-ShareAlike 2.0 license.

+
@@ -39,7 +39,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

@@ -57,171 +58,3 @@ <% end %> - -