From 258fcd86269441f91efbb56099c6b6d635c4942b Mon Sep 17 00:00:00 2001 From: vng Date: Fri, 3 Nov 2017 13:51:57 +0300 Subject: [PATCH] Fixed test tile test according to new algorithm output. --- 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 463dcb7ae..8e4bcc151 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': 167254}; +exports.test_tile = {'at': [17059, 11948, 15], 'size': 168151}; // Test files generated by the routing engine; check test/data