<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div style="" class=""><br style="">Dear ALL,<br style="" class=""><br style="" class=""> i had installed the graphhopper in ubuntu server using the git clone command and using the asia map from the below link<br style="" class=""><br style="" class="">http://download.geofabrik.de/asia/india.html<br style="" class=""><br style="" class="">running the graphhopper using the command <br style="" class=""><br style="" class=""> ./graphhopper.sh web asia_india.pbf<br style="" class=""><br style="" class="">i am facing issue while giving the routing points using the below command , <br style="" class="">the error  i get is Cannot find point<br style="" class=""><br style=""
 class="">http://serveraddresss:8989/route?calc_points=false&point=9.983242,76.390418&point=9.990618,76.421088<br style="" class=""><br style="" class="">Error<br style="" class=""></div><pre style="" class="">{"info":{"errors":[{"message":"Cannot find point 1: 9.9906,76.421","details":"java.lang.IllegalArgumentException"}]}}</pre>the above is inside the for loop when  i checked the code, in the function getPaths() <br style="" class="">core/src/main/java/com/graphhopper/GraphHopper.java <br style="" class="">the function locationIndex.findClosest(point.lat, point.lon, edgeFilter); is not getting any nearby roads i think<br style="" class=""><br style="" class=""><br style="" class=""><br style="" class="">but
 if i try the same points in the graphhopper website is get nearest 
points and the distance to that point. check the below link<span style="" class=""><br style="" class="">http://graphhopper.com/maps/?point=9.983242%2C76.390418&point=9.990618%2C76.421088<br style="" class=""><br style="" class="">i want to know why my graphhopper(myserver) setup and graphhopper.com setup giving me different results. <br style="" class=""><br style="" class="">1) Any configuration needs to be changed to ger the live graphhopper setup ?<br style="" class=""><br style="" class="">2) Also can someone tell me how to rebuild the jar file alone while starting the </span><br style="" class=""><span style="" class=""> ./graphhopper.sh web asia_india.pbf so that i can put some prints ans try to debug ti improve the system ?<br style="" class="">3) How the function 
locationIndex.findClosest(point.lat, point.lon, edgeFilter); works ?, i 
am not from java background, trying to understand the system<br style="" class=""><br style="" class="">Thanks for the understanding and help<br style="" class="">Dino Joseph Mycle</span><br><div style="" class=""><span style="" class=""></span></div><div style="" class=""> </div><br></div></body></html>