Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - pelsta

#1
Wow GraphHopper is very, very, very fast now!
Good job!
Thanks for the Christmas gift.
Waiting for the version with avoid highways/tolls/unpaved road options.
#2
Here's my way to create a generator under Windows 7 (in Polish)

Compiling graphhopper-tools-VERSION-jar-with-dependencies.jar

1. Zainstalować JDK (wymagane przez Apache Maven)
http://www.oracle.com/technetwork/java/javase/downloads/index.html

2. Pobrać źródła wybranej wersji (np 0.9) graphhopper z repozytorium (zielony przycisk "Clone or download")
https://github.com/graphhopper/graphhopper/tree/0.9

3. Rozpakować zip do jakiegoś katalogu np, graphhopper\

4. W tym katalogu utworzyć podkatalog maven\

5. Pobrać Apache Maven
https://maven.apache.org/download.cgi

6. Zawartość zip rozpakować do tego podkatalogu maven\
(zdaje się, że Maven zostanie ściągniety i zainstalowany gdy go nie będzie na dysku)

7. Pobrać Cygwin (wybrałem wersję 64 bit) i zainstalować (domyślnie w C:\cygwin64\) (po domyślnej instalacji chyba doinstalowałem jeszcze grep, unzip i wget)

8. W katalog graphhopper\ utworzyć plik start.bat o zawartości:

path=C:\cygwin64\bin\;D:\graphhopper\maven\bin\
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144\
C:\cygwin64\bin\sh graphhopper.sh build
pause

i uruchomić go.

Zostanie utworzony plik D:\graphhopper\tools\target\graphhopper-tools-0.9.0-jar-with-dependencies.jar, który wystarczy do generowania danych nawigacji dla Graphhopper (w środowksku JDK albo JRE).
#3
Quote from: Bucky Kid on July 26, 2017, 21:57:32
Yes it works, updated Windows bat with precompiled targets:
https://drive.google.com/file/d/0By0QjFcdxojodzA3Z3hoV3ZNaVk

Thank you very much, @Bucky Kid!

All you need to generate routing data for GraphHopper is this:
GraphHopper.bat, config.properties, graphhopper-tools-0.10-SNAPSHOT-jar-with-dependencies.jar and, of course, the .pbf file.

How can I generate graphhopper-tools-VERSION-jar-with-dependencies.jar file myself?
#4
Quote from: menion on July 25, 2017, 13:31:02
GraphHopper add-on & generated data updated to latest GH version 0.9.0

More (mainly links to download) in first post.

I can't find generator now.
#5
Hi,

Will there be a new version of the generator for generating GraphHopper routing files, compatible with GH add-on 0.3 - based v0.7.apk ?
#6
Hi,
I have created a little .bat file to generate routing files for Locus GraphHopper in Windows.


set NAME=slaskie
set FILE=%NAME%.pbf
set JAVA_OPTS=-Xmx1250M
set GH_CLASS=com.graphhopper.tools.Import
set CONFIG=config.properties
rem GH_IMPORT_OPTS=?
set GRAPH=%NAME%-gh
set JAR=tools\target\graphhopper-tools-0.5.0-jar-with-dependencies.jar

java %JAVA_OPTS% -cp %JAR% %GH_CLASS% config=%CONFIG% %GH_IMPORT_OPTS% graph.location="%GRAPH%" osmreader.osm="%FILE%"

pause

#7
There's version 0.1.7 on google drive. What's new?
#8
Information / Re: [TRANSLATION]
July 05, 2015, 08:47:10
Hey,
I signed up on https://crowdin.com and trying some translation in polish.
I'd like to see how it look in real app. To check if some strings are not too long, if context is ok,  etc.
Is there any possibility to download translated strings to see, how would they look in Locus?
#9
I've installed version 0.1.6  GraphHopper.
After leaving the roundabout, after some time, Locus generates a voice message "roundabout_exit" twice.
#10
Other features / Re: TTS voices
July 01, 2015, 13:18:29
Understood  :-[

This is my pl.tts
#11
Other features / Re: TTS voices
June 30, 2015, 23:22:18
Quote from: gynta on June 30, 2015, 22:55:41
Of course there is no po.tts
But I hear Polish voice during navigation!
There are some errors.
For example, he says "meters" but in Polish should be "metry"

Quote
You mean the polish app translations?
https://crowdin.com/project/menion/pl
No. I mean polish voice during navigation.
.
#12
Other features / Re: TTS voices
June 30, 2015, 22:07:41
I read this post.
But there is no pl.tts file on Google Drive...

edit
I translated en_sample_v3.tts but I have some doubts.
I want to compare my translation with Polish translation built-in Locus.
#13
Other features / Re: TTS voices
June 30, 2015, 21:58:25
Quote from: menion on July 07, 2013, 14:44:19
If you want to translate TTS to language that is not on Google Drive, write me and I'll gladly add it.
Hey,
thanks for the great app.
Can you share pl.tts?
I would like to try to improve Polish translation.