X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7a9e92386e7511061d2c2254919db167ad28bfa3..2d9282d864231b59ffd26edab970ed75cf5107cc:/app/views/export/_start.rhtml diff --git a/app/views/export/_start.rhtml b/app/views/export/_start.rhtml index 4da754496..b484831b8 100644 --- a/app/views/export/_start.rhtml +++ b/app/views/export/_start.rhtml @@ -23,6 +23,8 @@ <%= radio_button_tag("format", "mapnik") %>Mapnik Image
<%= radio_button_tag("format", "osmarender") %>Osmarender Image +
+ <%= radio_button_tag("format", "html") %>Embeddable HTML

@@ -52,6 +54,13 @@

Zoom <%= select_tag("osmarender_zoom", options_for_select([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])) %>

+ +
+ +
+ +
+

<%= submit_tag "Export", :id => "export_commit" %>