Commit 83699c28 authored by Eric Duminil's avatar Eric Duminil
Browse files

RegionChooser: Updated test command.

parent 4ffe2037
...@@ -190,17 +190,16 @@ public RegionChooserBrowser() { ...@@ -190,17 +190,16 @@ public RegionChooserBrowser() {
RegionChooserFX.LOGGER.warning("NovaFactory CSV not found or corrupt"); RegionChooserFX.LOGGER.warning("NovaFactory CSV not found or corrupt");
ex.printStackTrace(); ex.printStackTrace();
} }
// try { // try {
// fxapp.selectRegionDirectlyFromCityGML( // fxapp.downloadRegionFromCityGML(
// Paths.get("../TestRepository").resolve("Gruenbuehl.proj") // "POLYGON((3515896.6132767177 5415942.563662692,3516013.1135652466 5415930.341095623,3516035.1608944996 5415925.696283888,3516052.531667652 5415905.3452489935,3516053.640043498 5415793.1428597355,3516092.996199113 5415790.117097386,3516086.9957373445 5415687.30812527,3515953.2106800284 5415687.710348818,3515893.4419519473 5415673.416324939,3515876.73573549 5415736.92758554,3515896.6132767177 5415942.563662692))",
// .resolve("Gruenbuehl_LOD2_validated+ADE.gml"), // "Gruenbuehl", "Gruenbuehl_LOD2_validated+ADE.gml",
// "POLYGON((3515896.6132767177 5415942.563662692,3516013.1135652466 5415930.341095623,3516035.1608944996 5415925.696283888,3516052.531667652 5415905.3452489935,3516053.640043498 5415793.1428597355,3516092.996199113 5415790.117097386,3516086.9957373445 5415687.30812527,3515953.2106800284 5415687.710348818,3515893.4419519473 5415673.416324939,3515876.73573549 5415736.92758554,3515896.6132767177 5415942.563662692))" // "EPSG:34567");
// ); // } catch (Exception ex) {
// } catch (Exception ex) { // ex.printStackTrace();
// ex.printStackTrace();
// //
// } // }
// System.exit(0); // System.exit(0);
} }
}); });
//add the web view to the scene //add the web view to the scene
......
Supports Markdown
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