This commit is contained in:
portree_kid 2020-04-28 20:38:22 +02:00
parent 0756f377b3
commit eaae16c291

View File

@ -38,7 +38,7 @@ onmessage = function (event) {
async function checkGroundnet(data) {
var promise = new Promise(function (resolve, reject) {
try {
debugger;
//debugger;
var parkings = data.map(mapParkings).filter(n => n !== undefined);
var runwayNodes = data.map(mapRunwayNodes).filter(n => n !== undefined);
var pushbackNodes = data.map(mapPushbackNodes).filter(n => n !== undefined);