$("#export_commit").toggle(getBounds().getSize() < OSM.MAX_REQUEST_AREA);
}
+ function checkSubmit(e) {
+ if (getBounds().getSize() > OSM.MAX_REQUEST_AREA) e.preventDefault();
+ }
+
page.pushstate = page.popstate = function(path) {
$("#export_tab").addClass("current");
OSM.loadSidebarContent(path, page.load);
$("#maxlat, #minlon, #maxlon, #minlat").change(boundsChanged);
$("#drag_box").click(enableFilter);
- $("#sidebar_content .close").on("click", page.minimizeSidebar);
+ $(".export_form").on("submit", checkSubmit);
update();
return map.getState();