Fix size of tile test.

This commit is contained in:
Daniel Patterson 2018-12-13 16:05:22 -07:00
parent 04ae8900e9
commit d713f04e87
No known key found for this signature in database
GPG Key ID: 19C12BE1725A028B

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': 151220}; exports.test_tile = {'at': [17059, 11948, 15], 'size': 155092};
// Test files generated by the routing engine; check test/data // Test files generated by the routing engine; check test/data
if (process.env.OSRM_DATA_PATH !== undefined) { if (process.env.OSRM_DATA_PATH !== undefined) {