<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Ludwig,<br>
<br>
it looks like GraphHopper Maps has a similar problem (I <a
href="http://graphhopper.com/maps/?point=37.169792%2C25.449737&point=37.101957%2C25.375918">tried
your coordinates</a>). Currently the routing goes only from
junction to junction and so the second point resolves to the same
junction. Will be fixed (in the very near future) via #27<br>
<br>
Not sure why there is a difference for the "two" areas. It would
be interesting for me to know where the second point resolves to
for your unexpanded area and how the route looks like
(screenshot?).<br>
<br>
Regards,<br>
Peter.<br>
<br>
<br>
</div>
<blockquote
cite="mid:CAAvpVPATTByEsTi3ponmBfXcWAjwHQ418YX=POMEEkm2fa=2_g@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>Following problem: I create a graphhopper app for one
of the Greek Islands and it works. Now I expand the area
to include other islands and the same app (no code
changes) does not find the route (start and end point are
the same as previously). <br>
<br>
</div>
To me this suggests that once I include a wider area that is
not connected to a subarea, it somehow confuses the routing.
The exception is an IllegalArgumentException that says it
cannot find point1 and cannot find point2 (then it also says
the two are the same, I guess they are internally nulled
after being unable to find them.). <br>
<br>
</div>
The bounds for my OSM extraction are as follows:<br>
<br>
#Naxos only: works<br>
export LEFT=25.3<br>
export RIGHT=25.7<br>
export TOP=37.3<br>
export BOTTOM=36.9<br>
<br>
</div>
#Wider Aegais: does not work<br>
<div>export LEFT=24<br>
export RIGHT=28.5<br>
export TOP=38<br>
export BOTTOM=35.2<br>
<br>
</div>
<div># Slightly more verbose error message from the error stack:<br>
</div>
<div>Error:[java.lang.IllegalArgumentException: Cannot find
point 1: 37.16979166666667, 25.449736666666663,
java.lang.IllegalArgumentException: Cannot find point 2:
37.101957, 25.375918, java.lang.IllegalArgumentException:
Point 1 is equal to point 2]<br>
<br>
</div>
<div>Any ideas why this is so?<br>
<br>
</div>
<div>Ludwig<br>
</div>
<div><br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
GraphHopper mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openstreetmap.org/listinfo/graphhopper">https://lists.openstreetmap.org/listinfo/graphhopper</a>
</pre>
</blockquote>
<br>
</body>
</html>