Routing keine zwischendatei
This commit is contained in:
+2
-3
@@ -15,7 +15,6 @@ REM echo Verzeichnis: %DIR%
|
|||||||
REM
|
REM
|
||||||
REM Namen der Zwischenergebnis Dateien
|
REM Namen der Zwischenergebnis Dateien
|
||||||
set JSON_POS=%FILENAME%_positionsdraw.json
|
set JSON_POS=%FILENAME%_positionsdraw.json
|
||||||
set JSON_ROUTING=%FILENAME%_routing.json
|
|
||||||
set JSON_TODRAW=%FILENAME%_todraw.json
|
set JSON_TODRAW=%FILENAME%_todraw.json
|
||||||
REM Namen der Ergebnisdateien
|
REM Namen der Ergebnisdateien
|
||||||
set ERROR_DOUBLE=%FILENAME%_errors.json
|
set ERROR_DOUBLE=%FILENAME%_errors.json
|
||||||
@@ -47,8 +46,8 @@ if not exist "%PROJECT_WORK%\%JSON_POS%" (
|
|||||||
)
|
)
|
||||||
echo.
|
echo.
|
||||||
echo === Creating Graph for Routing ===
|
echo === Creating Graph for Routing ===
|
||||||
call routing.bat --filename %JSON_POS% -w %JSON_ROUTING%
|
call routing.bat --filename %JSON_POS% -w %JSON_TODRAW%
|
||||||
if not exist "%PROJECT_WORK%\%JSON_ROUTING%" (
|
if not exist "%PROJECT_WORK%\%JSON_TODRAW%" (
|
||||||
@echo -failed- routing
|
@echo -failed- routing
|
||||||
pause
|
pause
|
||||||
goto :eof
|
goto :eof
|
||||||
|
|||||||
Reference in New Issue
Block a user