From 9929fc8f0c5634f68e5a8590e8003854dfa159a0 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 13 Dec 2018 16:34:17 -0700 Subject: [PATCH] Fix tile size after adding property to reverse edges. --- test/nodejs/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nodejs/constants.js b/test/nodejs/constants.js index c8543073a..a6a32ca25 100644 --- a/test/nodejs/constants.js +++ b/test/nodejs/constants.js @@ -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': 155092}; +exports.test_tile = {'at': [17059, 11948, 15], 'size': 156624}; // Test files generated by the routing engine; check test/data if (process.env.OSRM_DATA_PATH !== undefined) {