Remove postscript export option as it doesn't really work
This commit is contained in:
parent
a5d4cc4e6b
commit
51a00550b4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
<p class="export_heading"><%= t'export.start.options' %></p>
|
||||
|
||||
<div class="export_details">
|
||||
<p><%= t'export.start.format' %> <%= select_tag("mapnik_format", options_for_select([["PNG", "png"], ["JPEG", "jpeg"], ["SVG", "svg"], ["PDF", "pdf"], ["Postscript", "ps"]], "png")) %></p>
|
||||
<p><%= t'export.start.format' %> <%= select_tag("mapnik_format", options_for_select([["PNG", "png"], ["JPEG", "jpeg"], ["SVG", "svg"], ["PDF", "pdf"]], "png")) %></p>
|
||||
<p><%= t'export.start.scale' %> 1 : <%= text_field_tag("mapnik_scale", nil, :size => 8) %> <span class="export_hint">(<%= t'export.start.max' %> 1 : <span id="mapnik_max_scale"></span>)</span></p>
|
||||
<p><%= t'export.start.image_size' %> <span id="mapnik_image_width"></span> x <span id="mapnik_image_height"></span></p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue