[GraphHopper] GraphHopper HTTP API gives the coordinates only in encrypted form
Titova Ekaterina
titovekaterina at ya.ru
Wed Feb 25 06:24:16 UTC 2015
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.
More information about the GraphHopper
mailing list