logo separator

[mkgmap-dev] [PATCH V2] stop/continue scheme extended to style-rules without conversion

From Steve Ratcliffe steve at parabola.me.uk on Tue Sep 1 20:14:43 BST 2009

Hi

As an aside, I always planned to have lists of values which might
be useful in this case.  Eg. the following

> #set mkgmap_surface values to either paved or unpaved
> highway=*&  surface=asphalt       {set mkgmap_surface=paved ...
> highway=*&  surface=cobblestone   {set mkgmap_surface=paved ...
> highway=*&  surface=concrete      {set mkgmap_surface=paved ...

could be represented by

   highway=* & surface=(asphalt, cobblestone, concrete, ...) {set 
mkgmap_surface=paved

(or with the keyword 'in' instead of = perhaps)

does that sound useful?

..Steve



More information about the mkgmap-dev mailing list