2009/11/13 Toby Speight
<T.M.Speight.90@cantab.net>
Oops; that should read
/--------
| access=* { add vehicle='${access}'; add foot='${access}' }
| vehicle=* { add motor_vehicle='${vehicle}'; add bicycle='${vehicle}' }
\--------
Looks good, this would enable us to correctly map general access restrictions (access=*) and vehicle-group access restrictions (vehicle=*, motor_vehicle=*) to the access categories garmin uses. :-)
-Martin