Commit c356313c authored by Eric Duminil's avatar Eric Duminil
Browse files

Less negative space

parent 8d3aef30
......@@ -247,9 +247,9 @@ var regionChooser = (function(){
var time = end - start;
console.log('Download Execution time: ' + (time / 1000).toFixed(3) + 's');
setTimeout(function() {
resetDrawing();
document.getElementById("download_region_button").disabled = false;
document.documentElement.className = ''; // Stop waiting
resetDrawing();
}, 100);
} else {
var msg = "ERROR : Unknown coordinate system : \"" + srsName + "\". Cannot extract any region";
......@@ -283,8 +283,7 @@ var regionChooser = (function(){
'<button type="button" onclick="regionChooser.downloadFromSelectedCityGMLs()" id="download_region_button" disabled>Download Region</button><br/>\n' +
'<a href="#" onclick="regionChooser.checkCityGMLS(true);">(Select All)</a>\n' +
'<a href="#" onclick="regionChooser.checkCityGMLS(false);">(Select None)</a>\n'+
'</div><br/>\n');
dataPanel.append('<br/>\n');
'</div>\n');
findIntersections();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment