From: Tom Hughes Date: Wed, 30 May 2012 19:24:53 +0000 (+0100) Subject: Remove postscript export option as it doesn't really work X-Git-Tag: live~5562 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/51a00550b43a6050f5550efe46c243cca655eea7?ds=sidebyside Remove postscript export option as it doesn't really work --- diff --git a/app/views/export/_sidebar.html.erb b/app/views/export/_sidebar.html.erb index b8f681b2f..539c6f448 100644 --- a/app/views/export/_sidebar.html.erb +++ b/app/views/export/_sidebar.html.erb @@ -46,7 +46,7 @@

<%= t'export.start.options' %>

-

<%= t'export.start.format' %> <%= select_tag("mapnik_format", options_for_select([["PNG", "png"], ["JPEG", "jpeg"], ["SVG", "svg"], ["PDF", "pdf"], ["Postscript", "ps"]], "png")) %>

+

<%= t'export.start.format' %> <%= select_tag("mapnik_format", options_for_select([["PNG", "png"], ["JPEG", "jpeg"], ["SVG", "svg"], ["PDF", "pdf"]], "png")) %>

<%= t'export.start.scale' %> 1 : <%= text_field_tag("mapnik_scale", nil, :size => 8) %> (<%= t'export.start.max' %> 1 : )

<%= t'export.start.image_size' %> x