X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/48918f19dc0214a1e9bf731fe72d34a2c68383db..667b1fca45ff092e1611437cc55f14a6ea95edff:/app/views/export/start.rjs diff --git a/app/views/export/start.rjs b/app/views/export/start.rjs index 7a323b05b..2babcc982 100644 --- a/app/views/export/start.rjs +++ b/app/views/export/start.rjs @@ -3,6 +3,8 @@ page.replace_html :sidebar_content, :partial => 'start' page << <'; + + // Create "larger map" link + var center = bounds.getCenterLonLat(); + var epsg4326 = new OpenLayers.Projection("EPSG:4326"); + var epsg900913 = new OpenLayers.Projection("EPSG:900913"); + + bounds.transform(epsg4326, epsg900913); + var zoom = map.getZoomForExtent(bounds); + + html += '
View Larger Map'; + + $("export_html_text").value = html; + + if ($("format_html").checked) { + $("export_html_text").select(); + } + } + function formatChanged() { + $("export_commit").style.display = "inline"; + if ($("format_osm").checked) { $("export_osm").style.display = "inline"; } else { @@ -162,8 +267,6 @@ page << <