Index: resources/styles/default/inc/access
===================================================================
--- resources/styles/default/inc/access	(revision 3667)
+++ resources/styles/default/inc/access	(working copy)
@@ -19,7 +19,7 @@
 highway=* & motorroad=yes                  { add bicycle=no; add foot=no; }
 highway=motorway | highway=motorway_link   { add bicycle=no; add foot=no; }
 
-access=agricultural  { set access=no; add foot=yes }
+(access=agricultural | access=forestry) { set access=no; add foot=yes }
 
 # Now fill the access tree (http://wiki.openstreetmap.org/wiki/Key:access) 
 # This is required so that subsequent rules do not add a tag (bicycle) which is already defined by a higher tag (vehicle) 
@@ -47,14 +47,14 @@
 access=destination     { set mkgmap:throughroute=no; set access=yes }
 
 # Normalize all values that indicate a restriction to 'no'
-foot=private          | foot=agricultural          { set foot=no }
-bicycle=private       | bicycle=agricultural       { set bicycle=no }
-motorcar=private      | motorcar=agricultural      { set motorcar=no }
-goods=private         | goods=agricultural         { set goods=no }
-hgv=private           | hgv=agricultural           { set hgv=no }
-bus=private           | bus=agricultural           { set bus=no }
-taxi=private          | taxi=agricultural          { set taxi=no }
-emergency=private     | emergency=agricultural     { set emergency=no }
+foot=private          | foot=agricultural       | foot=forestry       { set foot=no }
+bicycle=private       | bicycle=agricultural    | bicycle=forestry    { set bicycle=no }
+motorcar=private      | motorcar=agricultural   | motorcar=forestry   { set motorcar=no }
+goods=private         | goods=agricultural      | goods=forestry      { set goods=no }
+hgv=private           | hgv=agricultural        | hgv=forestry        { set hgv=no }
+bus=private           | bus=agricultural        | bus=forestry        { set bus=no }
+taxi=private          | taxi=agricultural       | taxi=forestry       { set taxi=no }
+emergency=private     | emergency=agricultural  | emergency=forestry  { set emergency=no }
 
 # Copy the OSM access tags to the mkgmap internal tags
 foot=*       { set mkgmap:foot='${foot}' }
