Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-21 Thread Felix Hartmann
On 21.03.2010 10:52, Mark Burton wrote: > Felix, > > >>> Sorry, once again, I am nonplussed by the style syntax, what does the >>> 6:4 mean in the above? >>> >>> >>> >> This means 6 characters maximum, or 4 non numeric characters maximum if >> I remember it correctly. Default is 7:5 if

Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-21 Thread Mark Burton
Hi Clinton, > >> BTW - do you think this v4 patch is working well enough to commit now? > >> > > yes > > Me too! :-) Good and thanks for the earlier +ve report. Unless anything untoward crops up, I shall commit it later today. Mark ___ mkgmap-dev m

Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-21 Thread Clinton Gladstone
On Mar 21, 2010, at 11:12, Felix Hartmann wrote: > On 21.03.2010 10:57, Mark Burton wrote: >> BTW - do you think this v4 patch is working well enough to commit now? >> > yes Me too! :-) ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://

Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-21 Thread Felix Hartmann
On 21.03.2010 10:57, Mark Burton wrote: > BTW - do you think this v4 patch is working well enough to commit now? > > yes ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-21 Thread Mark Burton
BTW - do you think this v4 patch is working well enough to commit now? ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-21 Thread Mark Burton
Felix, > > Sorry, once again, I am nonplussed by the style syntax, what does the > > 6:4 mean in the above? > > > > > This means 6 characters maximum, or 4 non numeric characters maximum if > I remember it correctly. Default is 7:5 if I remember correctly. OK - thanks. > > Well, the 0x2

Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-21 Thread Felix Hartmann
On 21.03.2010 10:32, Mark Burton wrote: Felix, okay searching for roads works very well now. Good. However the ENQ problem is not solved for me. Using: /set ref = '${ref}'/ inside relations file for relations that have a ref (like EV6) and then /{ set name='${ref|highway-symbol

Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-21 Thread Mark Burton
Felix, > okay searching for roads works very well now. Good. > However the ENQ problem is > not solved for me. Using: /set ref = '${ref}'/ inside relations file for > relations that have a ref (like EV6) and then > /{ set name='${ref|highway-symbol:box:6:4} ${name}' | > '${ref|highway-symbol

Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-21 Thread Felix Hartmann
okay searching for roads works very well now. However the ENQ problem is not solved for me. Using: /set ref = '${ref}'/ inside relations file for relations that have a ref (like EV6) and then /{ set name='${ref|highway-symbol:box:6:4} ${name}' | '${ref|highway-symbol:box:6:4}'; add display_name=

Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-20 Thread Felix Hartmann
On 20.03.2010 12:53, Clinton Gladstone wrote: > On Mar 18, 2010, at 23:38, Mark Burton wrote: > > >> v4 - found the motorways (and a load of other roads too!) >> > This version seems to work quite well. I can now locate roads, using the > address search, which I could never find before (

Re: [mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-20 Thread Clinton Gladstone
On Mar 18, 2010, at 23:38, Mark Burton wrote: > v4 - found the motorways (and a load of other roads too!) This version seems to work quite well. I can now locate roads, using the address search, which I could never find before (even with v3 of this patch). I'll test more thoroughly, but it look

[mkgmap-dev] [PATCH v4] - Code around highway shield crap when sorting labels

2010-03-18 Thread Mark Burton
v4 - found the motorways (and a load of other roads too!) v3 - now works harder to clean up road names for use in MDR file - not sure if this will have a beneficial effect but it could possibly fix the issue recently reported by Felix. Motorways are still not showing up. --- v2 -