Oliver Eichler <oliver.eichler@...> writes:

> 
> 
> Oh, yes, thanks for pointing that out. I have to change this the next days.
>  
> Oliver
>  
> Am Samstag, 15. August 2015, 20:02:31 schrieb Josef Latt:
> > Success in compiling QMS.
> > 
> > It was necesary to change line 48 of the file 'Makefile.conf' in
> > libroutino to 'prefix=/usr'.
> > 
> > Another problem: Creating the routino database fails:
> > 
> > planetsplitter --dir=/home/jolatt/OpenStreetMap/Routino --prefix=de
> > --tagging=/tmp/QMapShack.Lh6830 --parse-only
> > /home/jolatt/OSM-Karte/germany-latest.osm.pbf
> > XML Parser: Error on line 1: Non-whitespace '
> > Error: Cannot read the tagging rules in the file '/tmp/QMapShack.Lh6830'.
> > 
> > !!! fehlgeschlagen !!!
> > 
> > Regards
> > Josef
> > 

As a first workaround, it worked for me after changing 

QFile _translations("://xml/routino/routino-tagging.xml");

to

QFile _translations("/usr/share/routino/tagging.xml");

in src/tools/CRoutinoDatabaseBuilder.cpp

Greetings

Armin
------------------------------------------------------------------------------
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to