Hi

On 06/09/09 17:24, MarkS wrote:
> Does anybody know why the following lines style file doesn't work for me:
>
> maxspeed>  78&  maxspeed<  82 {set mcssl=50}
> highway=*&  mcssl=50 [0x03 resolution 22]

The first term in a rule has to have an equals sign (or the rule
can be rearranged so that is the case).

So the following should work:

   highway=* & maxspeed > 78 & maxspeed < 82 {set mcssl=50}

Sorry about the error message, it is clearly useless and I will change it.

..Steve
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to