We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b962843 commit ae84796Copy full SHA for ae84796
spec/GraphHopperRoutingSpec.js
@@ -26,7 +26,7 @@ describe("Simple Route", function () {
26
var fastestDistance = json.paths[0].distance;
27
// Shortest is not prepared with CH
28
ghRouting.doRequest({
29
- points: [[13.207455, 52.303545], [13.28599, 52.314093]], "ch.disable": true,
+ points: [[13.208442,52.290501], [13.283243,52.3153]], "ch.disable": true,
30
"custom_model": {distance_influence: 500}
31
})
32
.then(function (json2) {
0 commit comments