The 'route not found' should be returned in GHResponse.errors This problem can be fixed if you use master and set e.g. prepare.minOnewayNetworkSize=200 https://github.com/graphhopper/graphhopper/pull/235
Regards, Peter. On 12.09.2014 09:56, Alexander Cherepanov wrote: > Hello, Peter. > > 1. I was downloaded > https://oss.sonatype.org/content/groups/public/com/graphhopper/graphhopper-web/0.3/graphhopper-web-0.3-bin.zip > 2. Unpack it to D:\GraphHopper (on Windows 7 Pro 64 bit) > 3. Copy in folder file RU.osm.pbf from 2014-08-21. > 4. Start: "c:\Program Files\Java\jre7\bin\java.exe" -jar > graphhopper-web-0.3-with-dep.jar jetty.resourcebase=webapp > config=config-example.properties osmreader.osm=RU.osm.pbf > 5. After some minutes it says "Started server at HTTP 8989" > 6. In browser go to "http://localhost:8989/", set start and end point and get > "Not found" > > There is an URL for "Not found" version: > http://localhost:8989/?point=56.844214%2C60.61698&point=56.821739%2C60.64672&locale=ru-RU > > And there is URL for normal version, after some change start point (near 10 > meters to North): > http://localhost:8989/?point=56.844337%2C60.61698&point=56.821739%2C60.64672&locale=ru-RU > > > A little different in coordinates and GraphHopper is able to found route. > > > > Птн 12 Сен 2014 13:07:40 +0600, Peter <[email protected]> написал: >> rt the local routing > -- > > > _______________________________________________ > GraphHopper mailing list > [email protected] > https://lists.openstreetmap.org/listinfo/graphhopper _______________________________________________ GraphHopper mailing list [email protected] https://lists.openstreetmap.org/listinfo/graphhopper
