pull/9/head
Gordon Williams 2019-11-08 13:00:11 +00:00
parent 145ca9fa9e
commit d027f12f58
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function fileLoaded() {
log("No 'coordinates' node found");
return;
}
var coordinateLine = coordinateNode[0].textContent;
var coordinateLine = coordinateNode[0].textContent.trim();
var coordinateList = coordinateLine.split(/\s+/);
var coords = [];
var pmin, pmax;