Re: [mkgmap-dev] Commit: r3289: Style filter arguments can now be quoted.

2014-06-03 Thread Bernd Weigelt
Am Dienstag, 3. Juni 2014, 20:53:50 schrieb Steve Ratcliffe: > As Gerd says, it is because the change didn't allow filter expressions > to be split onto more than one line. I've just committed a simple > change to allow the original expression to work again. Thank you, Steve it was a c&p error s

Re: [mkgmap-dev] Commit: r3289: Style filter arguments can now be quoted.

2014-06-03 Thread GerdP
Hi Steve, I think the code in ValueBuilder should verify if matcher.matches(); returns true and otherwise print some error message so that one can find the line that causes a problem. Gerd Steve Ratcliffe wrote > Hi > >> Got this error with r3290, >> Maybe it is something wrong

Re: [mkgmap-dev] Commit: r3289: Style filter arguments can now be quoted.

2014-06-03 Thread Steve Ratcliffe
Hi Got this error with r3290, Maybe it is something wrong in my style after this commit, but i can't find it. As Gerd says, it is because the change didn't allow filter expressions to be split onto more than one line. I've just committed a simple change to allow the original expression to wo

[mkgmap-dev] Commit: r3291: Allow filter pattern to be split over a line break.

2014-06-03 Thread svn commit
Version mkgmap-r3291 was committed by steve on Tue, 03 Jun 2014 Allow filter pattern to be split over a line break. I don't really recommend doing that, but it used to work and now it still does. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.

Re: [mkgmap-dev] Commit: r3289: Style filter arguments can now be quoted.

2014-06-03 Thread Bernd Weigelt
Am Dienstag, 3. Juni 2014, 10:10:41 schrieb GerdP: > f you change them so that the action block doesn't span two lines > it seems to work. I don't know if this should be fixed in the code. Thank you Gerd i've changed inc/phone and now it works again ;-) cs:phone=* & mkgmap:country=IR

Re: [mkgmap-dev] Commit: r3289: Style filter arguments can now be quoted.

2014-06-03 Thread GerdP
Hi Bernd, the problem is your include phone. It contains a few lines like this: cs:phone=* & mkgmap:country=IRL {set cs:phone='${cs:phone|subst:^00~>+|subst:[- ()]~>|subst:^0~>+353|subst:^+3530~>+353}'} If you change them so that the action block doesn't span two lines it seems to work. I don't k

Re: [mkgmap-dev] Commit: r3289: Style filter arguments can now be quoted.

2014-06-03 Thread Bernd Weigelt
Am Dienstag, 3. Juni 2014, 13:20:14 schrieb svn commit: > Version mkgmap-r3289 was committed by steve on Tue, 03 Jun 2014 > > Style filter arguments can now be quoted. > > For backward compatibility you don't have to quote arguments that contain > spaces or symbols but its a good idea to do so fr

[mkgmap-dev] Commit: r3290: Mark all style code excerpts as source code.

2014-06-03 Thread svn commit
Version mkgmap-r3290 was committed by steve on Tue, 03 Jun 2014 Mark all style code excerpts as source code. Add syntax highlighting and a few style tweaks. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/lis

[mkgmap-dev] Commit: r3289: Style filter arguments can now be quoted.

2014-06-03 Thread svn commit
Version mkgmap-r3289 was committed by steve on Tue, 03 Jun 2014 Style filter arguments can now be quoted. For backward compatibility you don't have to quote arguments that contain spaces or symbols but its a good idea to do so from now on. The documentation has been updated to follow this guidel

Re: [mkgmap-dev] [PATCH v1] Fix handling of housenumbers for street names changed by style

2014-06-03 Thread GerdP
Hi Colin, see http://files.mkgmap.org.uk/download/214/mkgmap.jar Gerd Colin Smale wrote > This is excellent news! Now I will be able to manipulate abbreviations > and suffixes in street names. > > At the moment I don't have the setup to build the program myself... > Could someone provide a j