Routing keine zwischendatei

This commit is contained in:
2025-09-25 16:58:12 +02:00
parent 9365b2d71e
commit 7b7ed50e2c
+2 -3
View File
@@ -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