Hi Stephanos, that would be indeed nice, but a new feature ;) Would you mind to create an issue at github?
You could easily patch graphhopper its import procedure if you want to use greek, when available. Here is the line: https://github.com/graphhopper/graphhopper/blob/master/core/src/main/java/com/graphhopper/routing/util/EncodingManager.java#L449 making this configurable is simple. But allowing multiple names depending on the 'locale' is harder as edge.getName() does not take a locale parameter yet. Kind Regards, Peter. On 10.09.2014 11:16, Stephanos Charalambous - Geomatic Technologies wrote: > > Hi again, > > > > One more question. When asking for routing in Greek language, is it > possible to use the Greek name of the roads within the OSM? > > For example in OSM we have: > > <way id='76928' visible='true' version='1'> > > … > > <tag k='name' v='Arodafnis' /> > > <tag k='name:el' v='Αροδαφνης' /> > > </way> > > > > Best Regards, > > Stephanos > > > > *From:*Peter [mailto:[email protected]] > *Sent:* Wednesday, September 10, 2014 10:26 AM > *To:* [email protected] > *Subject:* Re: [GraphHopper] Directions in Greek Language > > > > Hi Stephanos, > > Greek should be already possible. E.g. append locale=el like so: > https://graphhopper.com/maps/?point=51.618017%2C21.09375&point=48.69096%2C4.21875&locale=el > > (it will pick your browser defaults so that you normally don't need to > append this) > > If you find bug, please let see the translation docs: > https://github.com/graphhopper/graphhopper/blob/master/docs/core/translations.md > > Regards, > Peter. > > On 10.09.2014 09:21, Stephanos Charalambous - Geomatic Technologies wrote: > > Hello, > > > > Is there a text file that I could alter in order to use > Instructions in Greek language instead of English? > > > > Thanks in advance, > > Stephanos > > > > > > > > > _______________________________________________ > > GraphHopper mailing list > > [email protected] <mailto:[email protected]> > > https://lists.openstreetmap.org/listinfo/graphhopper > > > > > > _______________________________________________ > GraphHopper mailing list > [email protected] > https://lists.openstreetmap.org/listinfo/graphhopper
_______________________________________________ GraphHopper mailing list [email protected] https://lists.openstreetmap.org/listinfo/graphhopper
