[mkgmap-dev] Bug in subst

2014-05-28 Thread Colin Smale
Hi, Is this the best way to make bug reports? I couldn't find a 'trac' for mkgmap... Using r3230, if I have the following in a style file: name=* highway=* {set name='${name|subst:^(Doctor|Dokter) ~Dr }'} then mkgmap crashes while loading the style files. After doing various tests my

[mkgmap-dev] splitter assumes no description

2014-05-28 Thread A. Carlos
in version 395 and 396, the - description = assumes that determines the pattern is always the case # description: OSM Mapping the family field-id: I even informing any other value it always assumes the fixed value of family-id: 980, in previous vesões did right, what I determined nad

Re: [mkgmap-dev] splitter assumes no description

2014-05-28 Thread Gerd Petermann
Hi Carlos, I don't yet understand. Please send examples and maybe logs: what works and what doesn't? Gerd From: anorcar...@hotmail.com To: mkgmap-dev@lists.mkgmap.org.uk Date: Wed, 28 May 2014 00:56:54 -0300 Subject: [mkgmap-dev] splitter assumes no description in version 395 and 396, the

Re: [mkgmap-dev] Bug in subst

2014-05-28 Thread Steve Ratcliffe
On 28/05/14 07:45, Colin Smale wrote: name=* highway=* {set name='${name|subst:^(Doctor|Dokter) ~Dr }'} then mkgmap crashes while loading the style files. After doing various tests my conclusion is that it is triggered by the | in the pattern. I tried escaping it with a backslash but it didn't

[mkgmap-dev] 'ant dist' doesn't work for splitter

2014-05-28 Thread Ben Konrath
Hi Gerd, 'ant dist' doesn't work for splitter since this commit: commit 3f2d290ab9df68cb32128951686fb7853e59f82c Author: gerd gerd@838fabe5-b1a8-4b81-9896-7a84386980e9 Date: Thu May 22 06:24:27 2014 + change build to (hopefully) make --version work again git-svn-id:

Re: [mkgmap-dev] 'ant dist' doesn't work for splitter

2014-05-28 Thread Gerd Petermann
Hi Ben, please post a log that shows what fails with ant dist, e.g. ant -d dist build.log @Steve: do we still need the empty resources dir? Gerd Date: Wed, 28 May 2014 16:21:51 +0200 From: b...@bagu.org To: mkgmap-dev@lists.mkgmap.org.uk Subject: [mkgmap-dev] 'ant dist' doesn't work for

Re: [mkgmap-dev] 'ant dist' doesn't work for splitter

2014-05-28 Thread Steve Ratcliffe
On 28/05/2014 15:30, Gerd Petermann wrote: @Steve: do we still need the empty resources dir? Yes at the moment. Git can't do empty directories, is that the problem? I'll take a look. ..Steve ___ mkgmap-dev mailing list

[mkgmap-dev] Commit: r3285: Add some tests for existing variable filter working.

2014-05-28 Thread svn commit
Version mkgmap-r3285 was committed by steve on Wed, 28 May 2014 Add some tests for existing variable filter working. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Bug in subst

2014-05-28 Thread Steve Ratcliffe
Hi name=* highway=* {set name='${name|subst:^(Doctor|Dokter) ~Dr }'} The attached patch makes this possible, and the pre-built jar here: http://files.mkgmap.org.uk/download/212/mkgmap.jar The line must be written with a quoted argument: name=* highway=* {set