Routing keine zwischendatei
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user