X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1db6b392a6c9f255d74669d8ae6db67934a2ab54..a5d8839abfdc682710c0f5dd6af6069ad09c07ba:/app/views/export/start.rjs diff --git a/app/views/export/start.rjs b/app/views/export/start.rjs index dd879132a..3c6722044 100644 --- a/app/views/export/start.rjs +++ b/app/views/export/start.rjs @@ -77,7 +77,7 @@ page << < 0.25) { + if (bounds.getWidth() * bounds.getHeight() > #{APP_CONFIG['max_request_area']}) { $("format_osm").disabled = true; $("format_osm").checked = false; $("export_osm").style.display = "none"; @@ -248,7 +248,7 @@ page << <#{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;