Hello! I have running GraphHopper (v.0.2) using jetty on my server for solve routing tasks. Request to the server gives the coordinates in encrypted form only. The key "points_encoded=false" in the request is ignored. Example query is "http://localhost:8080/api/route?point=53.409532%2C58.996582&point=53.618579%2C55.964355&locale=ru-RU&type=json&points_encoded=false". Please tell how to get coordinates as a lat lon format. I changed the file ghrequest.js in war archive using DJ Java Decompiler (the line "this.encodedPolyline = false;"), but this does not solve the problem.
-- Thanks for the reply, Kate. _______________________________________________ GraphHopper mailing list [email protected] https://lists.openstreetmap.org/listinfo/graphhopper
