X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1785caa6d02eabc2c05e14340be7dc8b7fc6a663..5564bcabbfc5db4b790a340e49155b864ec9c8cd:/app/views/export/_sidebar.html.erb?ds=inline diff --git a/app/views/export/_sidebar.html.erb b/app/views/export/_sidebar.html.erb index 5f6f634da..b8f681b2f 100644 --- a/app/views/export/_sidebar.html.erb +++ b/app/views/export/_sidebar.html.erb @@ -20,9 +20,7 @@

<%= radio_button_tag("format", "osm") %> <%= t'export.start.osm_xml_data' %>
- <%= radio_button_tag("format", "mapnik") %> <%= t'export.start.mapnik_image' %> -
- <%= radio_button_tag("format", "osmarender") %> <%= t'export.start.osmarender_image' %> + <%= radio_button_tag("format", "mapnik") %> <%= t'export.start.map_image' %>
<%= radio_button_tag("format", "html") %> <%= t'export.start.embeddable_html' %>

@@ -54,15 +52,6 @@ -
-

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

- -
-

<%= t'export.start.format' %> <%= select_tag("osmarender_format", options_for_select([["PNG", "png"], ["JPEG", "jpeg"]], "png")) %>

-

<%= t'export.start.zoom' %> <%= select_tag("osmarender_zoom", options_for_select([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])) %>

-
-
-

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