start of work on UI
This commit is contained in:
parent
50c754061c
commit
2d9282d864
1 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
||||||
<%= radio_button_tag("format", "mapnik") %>Mapnik Image
|
<%= radio_button_tag("format", "mapnik") %>Mapnik Image
|
||||||
<br/>
|
<br/>
|
||||||
<%= radio_button_tag("format", "osmarender") %>Osmarender Image
|
<%= radio_button_tag("format", "osmarender") %>Osmarender Image
|
||||||
|
<br/>
|
||||||
|
<%= radio_button_tag("format", "html") %>Embeddable HTML
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -52,6 +54,13 @@
|
||||||
<p>Zoom <%= select_tag("osmarender_zoom", options_for_select([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])) %></p>
|
<p>Zoom <%= select_tag("osmarender_zoom", options_for_select([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])) %></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="export_html">
|
||||||
|
|
||||||
|
<div class="export_details">
|
||||||
|
<textarea id="export_html_text"></textarea>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="export_buttons">
|
<div class="export_buttons">
|
||||||
<p><%= submit_tag "Export", :id => "export_commit" %></p>
|
<p><%= submit_tag "Export", :id => "export_commit" %></p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue