Improved export filter tool

This commit is contained in:
Aaron Lidman 2013-11-18 19:11:01 -08:00
parent c0b0829901
commit fc23515570
2 changed files with 26 additions and 7 deletions

View file

@ -9,13 +9,14 @@
<%= hidden_field_tag 'format', 'osm' %>
<div class='export_area_inputs'>
<%= text_field_tag('maxlat', nil, :size => 10, :class => "export_bound") %>
<br/>
<%= text_field_tag('minlon', nil, :size => 10, :class => "export_bound") %>
<%= text_field_tag('maxlon', nil, :size => 10, :class => "export_bound") %>
<br/>
<%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>
<br/>
<div class='export_boxy' style="border: 1px solid #ccc;">
<%= text_field_tag('maxlat', nil, :size => 10, :class => "export_bound") %>
<br/>
<%= text_field_tag('minlon', nil, :size => 10, :class => "export_bound") %>
<%= text_field_tag('maxlon', nil, :size => 10, :class => "export_bound") %>
<br/><br/>
<%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>
</div>
<a id='drag_box' href="#"><%= t'export.start.manually_select' %></a>
</div>