[mkgmap-dev] Style file not working
From Steve Ratcliffe steve at parabola.me.uk on Mon Sep 7 14:58:07 BST 2009
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
- Previous message: [mkgmap-dev] Style file not working
- Next message: [mkgmap-dev] Style file not working
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list