From 2d9282d864231b59ffd26edab970ed75cf5107cc Mon Sep 17 00:00:00 2001
From: Christopher Schmidt
Date: Tue, 29 Apr 2008 13:19:24 +0000
Subject: [PATCH] start of work on UI
---
app/views/export/_start.rhtml | 9 +++++++++
1 file changed, 9 insertions(+)
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])) %>
+
+