Re: [mkgmap-dev] Changing from RESOLUTION RANGE to single RESOLUTION causes compile error in r3665

2016-02-10 Thread Gerd Petermann
o <gregcr...@gmail.com> Gesendet: Mittwoch, 10. Februar 2016 23:11 An: Development list for mkgmap Betreff: [mkgmap-dev] Changing from RESOLUTION RANGE to single RESOLUTION causes compile error in r3665 Default line style has this: highway=trunk & ( network=e-road | int_ref=* ) [0x02 resolutio

Re: [mkgmap-dev] Changing from RESOLUTION RANGE to single RESOLUTION causes compile error in r3665

2016-02-10 Thread greg crago
Gerd, I still do not understand. Let's say I WANT resolution 17-24 The rule highway=trunk & ( network=e-road | int_ref=* ) [0x02 resolution 17 continue] means res 17 - 24. but when I use this ([0x02 resolution 17 continue]) , I get an error compiling. All of the other instances of a single

Re: [mkgmap-dev] Changing from RESOLUTION RANGE to single RESOLUTION causes compile error in r3665

2016-02-10 Thread Steve Sgalowski
i run my resolution from 24-18 on all my poi files , due to the type of work i do in australia Stephen On Thu, Feb 11, 2016 at 8:11 AM, greg crago wrote: > Default line style has this: > > highway=trunk & ( network=e-road | int_ref=* ) [0x02 resolution 15-17 > continue]

[mkgmap-dev] Changing from RESOLUTION RANGE to single RESOLUTION causes compile error in r3665

2016-02-10 Thread greg crago
Default line style has this: highway=trunk & ( network=e-road | int_ref=* ) [0x02 resolution 15-17 continue] I wanted to only show this on RESOLUTION 17, so I changed it to this: highway=trunk & ( network=e-road | int_ref=* ) [0x02 resolution 17 continue] Now when I compile using mkgmap -r3665

Re: [mkgmap-dev] Changing from RESOLUTION RANGE to single RESOLUTION causes compile error in r3665

2016-02-10 Thread Gerd Petermann
Von: mkgmap-dev-boun...@lists.mkgmap.org.uk <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von greg crago <gregcr...@gmail.com> Gesendet: Mittwoch, 10. Februar 2016 23:28 An: Development list for mkgmap Betreff: Re: [mkgmap-dev] Changing from RESO