X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aac4776dd1c0fd3403196f5298e971c6fbf18a94..bb83f28a5e9326be55a431d5c3f7b4ae7529a942:/app/views/export/start.rjs diff --git a/app/views/export/start.rjs b/app/views/export/start.rjs index d556d8bf9..abf9e671d 100644 --- a/app/views/export/start.rjs +++ b/app/views/export/start.rjs @@ -17,10 +17,10 @@ page << < #{APP_CONFIG['max_request_area']}) { + if (bounds.getWidth() * bounds.getHeight() > #{MAX_REQUEST_AREA}) { $("export_osm_too_large").style.display = "block"; } else { $("export_osm_too_large").style.display = "none"; @@ -198,7 +198,7 @@ page << < #{APP_CONFIG['max_request_area']}) { + if ($("format_osm").checked && bounds.getWidth() * bounds.getHeight() > #{MAX_REQUEST_AREA}) { $("export_commit").disabled = true; } else if ($("format_mapnik").checked && $("mapnik_scale").value < max_scale) { $("export_commit").disabled = true; @@ -227,13 +227,13 @@ page << <'; @@ -248,7 +248,7 @@ page << <'+"#{html_escape_unicode(I18n.t('export.start_rjs.view_larger_map'))}"+''; + html += '
'+"#{html_escape_unicode(I18n.t('export.start_rjs.view_larger_map'))}"+''; $("export_html_text").value = html;