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 3912164 commit 4ec39eeCopy full SHA for 4ec39ee
client-hc/src/test/java/com/graphhopper/api/GraphHopperMatrixIT.java
@@ -98,7 +98,7 @@ public void testPOSTMatrixQueryWithPointHints() {
98
req = new GHMRequest();
99
req.addPoint(new GHPoint(52.517004, 13.389416));
100
req.addPoint(new GHPoint(52.485707, 13.435249));
101
- req.addPoint(new GHPoint(52.516848, 13.424606));
+ req.addPoint(new GHPoint(52.516857, 13.423828));
102
req.addOutArray("distances");
103
req.setPointHints(Arrays.asList("", "", "ifflandstr"));
104
res = ghMatrix.route(req);
0 commit comments