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
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to