Add ability to debug routing graph visually by dumping

annotated GeoJSON during processing.
This commit is contained in:
Daniel Patterson
2015-10-14 15:08:22 -07:00
parent 673bf356e4
commit b9a4c322a7
15 changed files with 341 additions and 41 deletions
+6 -3
View File
@@ -17,7 +17,8 @@ Feature: osrm-prepare command line options: help
And stdout should contain "--threads"
And stdout should contain "--core"
And stdout should contain "--level-cache"
And stdout should contain 18 lines
And stdout should contain "--segment-speed-file"
And stdout should contain 21 lines
And it should exit with code 1
Scenario: osrm-prepare - Help, short
@@ -33,7 +34,8 @@ Feature: osrm-prepare command line options: help
And stdout should contain "--threads"
And stdout should contain "--core"
And stdout should contain "--level-cache"
And stdout should contain 18 lines
And stdout should contain "--segment-speed-file"
And stdout should contain 21 lines
And it should exit with code 0
Scenario: osrm-prepare - Help, long
@@ -49,5 +51,6 @@ Feature: osrm-prepare command line options: help
And stdout should contain "--threads"
And stdout should contain "--core"
And stdout should contain "--level-cache"
And stdout should contain 18 lines
And stdout should contain "--segment-speed-file"
And stdout should contain 21 lines
And it should exit with code 0