Restructure Obvious Turn Handling, code transfer from #4426

This commit is contained in:
Michael Krasnyk
2018-02-06 13:36:45 +01:00
parent bdb116afe5
commit d166fc6a75
9 changed files with 2011 additions and 29 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ exports.three_test_coordinates = [[7.41337, 43.72956],
exports.two_test_coordinates = exports.three_test_coordinates.slice(0, 2)
exports.test_tile = {'at': [17059, 11948, 15], 'size': 168605};
exports.test_tile = {'at': [17059, 11948, 15], 'size': 168571};
// Test files generated by the routing engine; check test/data
if (process.env.OSRM_DATA_PATH !== undefined) {