X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7a9e92386e7511061d2c2254919db167ad28bfa3..72b05157ae4d59177cd2fb667c42328b203374f1:/app/views/export/start.rjs diff --git a/app/views/export/start.rjs b/app/views/export/start.rjs index c0fced025..47cf9ce6b 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); + + var layers = getMapLayers(); + + 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 +269,6 @@ page << <