adjust constants for changed turn angle

This commit is contained in:
Moritz Kobitzsch 2017-07-25 15:15:13 +02:00
parent 153e934ed4
commit be9bdfa47e

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.two_test_coordinates = exports.three_test_coordinates.slice(0, 2)
exports.test_tile = {'at': [17059, 11948, 15], 'size': 162422}; exports.test_tile = {'at': [17059, 11948, 15], 'size': 162429};
// Test files generated by the routing engine; check test/data // Test files generated by the routing engine; check test/data