X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7a9e92386e7511061d2c2254919db167ad28bfa3..cc90867183367d7758a11da3f2058117c7529891:/app/views/export/_start.rhtml diff --git a/app/views/export/_start.rhtml b/app/views/export/_start.rhtml index 4da754496..9776261ea 100644 --- a/app/views/export/_start.rhtml +++ b/app/views/export/_start.rhtml @@ -18,11 +18,13 @@

- <%= radio_button_tag("format", "osm") %>OpenStreetMap XML Data + <%= radio_button_tag("format", "osm") %> OpenStreetMap XML Data
- <%= radio_button_tag("format", "mapnik") %>Mapnik Image + <%= radio_button_tag("format", "mapnik") %> Mapnik Image
- <%= radio_button_tag("format", "osmarender") %>Osmarender Image + <%= radio_button_tag("format", "osmarender") %> Osmarender Image +
+ <%= radio_button_tag("format", "html") %> Embeddable HTML

@@ -52,6 +54,23 @@

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

+ +
+

Options

+
+

Add a marker to the map

+ +
+ +

Output

+
+

+

Paste HTML to embed in website

+
+

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