From 7b7ed50e2ca643bf58e02af8999183aa49299720 Mon Sep 17 00:00:00 2001 From: mistangl Date: Thu, 25 Sep 2025 16:58:12 +0200 Subject: [PATCH] Routing keine zwischendatei --- bin/getexdraw.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/getexdraw.bat b/bin/getexdraw.bat index 0d35b4f..e978a5c 100644 --- a/bin/getexdraw.bat +++ b/bin/getexdraw.bat @@ -15,7 +15,6 @@ REM echo Verzeichnis: %DIR% REM REM Namen der Zwischenergebnis Dateien set JSON_POS=%FILENAME%_positionsdraw.json -set JSON_ROUTING=%FILENAME%_routing.json set JSON_TODRAW=%FILENAME%_todraw.json REM Namen der Ergebnisdateien set ERROR_DOUBLE=%FILENAME%_errors.json @@ -47,8 +46,8 @@ if not exist "%PROJECT_WORK%\%JSON_POS%" ( ) echo. echo === Creating Graph for Routing === -call routing.bat --filename %JSON_POS% -w %JSON_ROUTING% -if not exist "%PROJECT_WORK%\%JSON_ROUTING%" ( +call routing.bat --filename %JSON_POS% -w %JSON_TODRAW% +if not exist "%PROJECT_WORK%\%JSON_TODRAW%" ( @echo -failed- routing pause goto :eof