From 7a9e92386e7511061d2c2254919db167ad28bfa3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 19 Apr 2008 16:58:03 +0000 Subject: [PATCH] Rework export to not rely on ctrl+drag to select an area. --- app/views/export/_start.rhtml | 2 +- app/views/export/start.rjs | 120 +++++++++++++++++++++------------- 2 files changed, 74 insertions(+), 48 deletions(-) diff --git a/app/views/export/_start.rhtml b/app/views/export/_start.rhtml index 969b8efc7..4da754496 100644 --- a/app/views/export/_start.rhtml +++ b/app/views/export/_start.rhtml @@ -10,7 +10,7 @@
<%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>

- Drag a box with control held down to select an area to export + Manually select a different area

diff --git a/app/views/export/start.rjs b/app/views/export/start.rjs index 2796d92fe..c0fced025 100644 --- a/app/views/export/start.rjs +++ b/app/views/export/start.rjs @@ -12,23 +12,20 @@ page << < 0.25) { $("format_osm").disabled = true; @@ -156,6 +152,36 @@ page << <