Commit e6bd52a4 authored by Andrey Filippov's avatar Andrey Filippov

Bypassing KML generation

parent 238d29e8
......@@ -2890,6 +2890,7 @@ if (debugLevel > -100) return true; // temporarily !
final boolean skip_existing,
final boolean search_KML,
final int debugLevel) { // throws Exception
boolean search_km= false; // 03.11.2026
final Thread[] threads = ImageDtt.newThreadArray();
final AtomicInteger ai = new AtomicInteger(range[0]);
for (int ithread = 0; ithread < threads.length; ithread++) {
......@@ -2904,15 +2905,15 @@ if (debugLevel > -100) return true; // temporarily !
null, // QuadCLT quadCLT_this, // Does not setup IMS !!!
clt_parameters, // EyesisCorrectionParameters.DCTParameters dct_parameters,
true, // boolean skip_existing,
true, // boolean search_KML,
search_km, // boolean search_KML,
debugLevel);
}
}
};
}
ImageDtt.startAndJoin(threads);
return;
}
/**
* Copy source files to the model directory (above versions) and optionally extract location data to *.kml file
......@@ -3024,10 +3025,10 @@ if (debugLevel > -100) return true; // temporarily !
}
if (debugLevel >= min_dbg) System.out.println("jp4_copy_path = "+jp4_copy_path);
// System.out.println("Do something useful here");
return;
}
public void outputMLData(
QuadCLT quadCLT_main, // tiles should be set
QuadCLT quadCLT_aux,
......
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