[mkgmap-dev] Example of logging Echotags to file

2018-03-24 Thread Joris Bo
Hello Does somebody have an example of logging the output of echotags to file rather then the command window. I tried a lot already like: java > c:\temp\log.txt The logfile is created but the log only shows basic info and not the Echotags info Thx in advance Joris __

Re: [mkgmap-dev] Example of logging Echotags to file

2018-03-24 Thread Henning Scholland
Hi Joris, I'm using java 1> mkgmap.log 2> mkgmap_error.log In that case you will find the echo-tags in mkgmap-error.log together with all other error-messages send to stdout. Henning On 24.03.2018 13:11, Joris Bo wrote: > > Hello > >   > > Does somebody have an example of logging the output

Re: [mkgmap-dev] Example of logging Echotags to file

2018-03-24 Thread Gerd Petermann
endet: Samstag, 24. März 2018 13:49:36 An: mkgmap-dev@lists.mkgmap.org.uk Betreff: Re: [mkgmap-dev] Example of logging Echotags to file Hi Joris, I'm using java 1> mkgmap.log 2> mkgmap_error.log In that case you will find the echo-tags in mkgmap-error.log together with all other err

Re: [mkgmap-dev] Example of logging Echotags to file

2018-03-24 Thread Joris Bo
s file? For me it looks like it always returns 0 Van: mkgmap-dev Namens Henning Scholland Verzonden: zaterdag 24 maart 2018 13:50 Aan: mkgmap-dev@lists.mkgmap.org.uk Onderwerp: Re: [mkgmap-dev] Example of logging Echotags to file Hi Joris, I'm using java 1> mkgmap.log 2> mk

Re: [mkgmap-dev] Example of logging Echotags to file

2018-03-25 Thread Ticker Berkin
of an mkgmap:mp_created > multipolygon from within the lines file? For me it looks like it > always returns 0 > > > > > > Van: mkgmap-dev Namens > Henning Scholland > Verzonden: zaterdag 24 maart 2018 13:50 > Aan: mkgmap-dev@lists.mkgmap.org.uk > On

Re: [mkgmap-dev] Example of logging Echotags to file

2018-03-25 Thread Gerd Petermann
et: Sonntag, 25. März 2018 23:43:23 An: mkgmap-dev@lists.mkgmap.org.uk Betreff: Re: [mkgmap-dev] Example of logging Echotags to file Hi Joris To see the value of a function in the echotags try something like: relevant-condition & length() > 0 {} relevant-condition {echotags 'length'

Re: [mkgmap-dev] Example of logging Echotags to file

2018-03-27 Thread Joris Bo
Thx again Gerd, I'll try it soon Gr Joris -Oorspronkelijk bericht- Van: mkgmap-dev Namens Gerd Petermann Verzonden: maandag 26 maart 2018 08:40 Aan: Development list for mkgmap Onderwerp: Re: [mkgmap-dev] Example of logging Echotags to file Hi, I see no need to use two