[GraphHopper] Graphhopper ios - Doubt about Translation folder
calinseciu at gmail.com
calinseciu at gmail.com
Mon May 11 11:13:33 UTC 2015
The initialization of GraphHopper (in the sample app) happens here https://github.com/graphhopper/graphhopper-ios/blob/master/graphhopper-ios-sample/graphhopper-ios-sample/Directions.m#L80 and no paths are set at this time.
The actual loading of the translation files happen in GraphHopper itself, I think here https://github.com/graphhopper/graphhopper/blob/ios-compat/core/src/main/java/com/graphhopper/GraphHopper.java#L92
So as you can see the `doImport()` method loads the translation files from classpath.
I am not sure how this can be changed, but I think this is a question more suited for GraphHopper than the iOS port.
From: Jordi Urmeneta
Sent: Monday, May 11, 2015 1:42 PM
To: GraphHopper
Hello,
Do you happen to know if it's possible to change the route of the translations? I mean, the translations folder is needed to be always in the same path.
Could I indicate another path?
Thank you!!
Best regards,
Jordi Urmeneta.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/graphhopper/attachments/20150511/d45a76a8/attachment.html>
More information about the GraphHopper
mailing list