X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aac4776dd1c0fd3403196f5298e971c6fbf18a94..79276fb43abc429cd5515f81005281e303a16dd8:/app/views/export/start.rjs diff --git a/app/views/export/start.rjs b/app/views/export/start.rjs index d556d8bf9..cc4d198cd 100644 --- a/app/views/export/start.rjs +++ b/app/views/export/start.rjs @@ -190,7 +190,7 @@ 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;