Skip to content

Commit

Permalink
Modify test tile size - guidance has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
danpat committed Sep 3, 2017
1 parent 3e32d88 commit 8d5c2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nodejs/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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': 167178};
exports.test_tile = {'at': [17059, 11948, 15], 'size': 167166};


// Test files generated by the routing engine; check test/data
Expand Down

0 comments on commit 8d5c2cf

Please sign in to comment.