Skip to content

Commit

Permalink
semi-paved cycleroutes
Browse files Browse the repository at this point in the history
semi-paved cycleroutes are classified as paved (fine_gravel, compacted,
shells)
  • Loading branch information
ligfietser committed Jan 5, 2016
1 parent 011ab69 commit d33c3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styles/Openfietsmap full/lines
Expand Up @@ -127,8 +127,8 @@ highway=* & bridge!=* &
{ add mkgmap:unpaved=1; set motorcar=no }

highway=track & tracktype=grade2 & surface ~ '(fine_gravel|compacted|shell|shells)' & bicycle!=no { set mkgmap:unpaved=0; set motorcar=yes }

highway=path & surface ~ '(fine_gravel|compacted|shell|shells)' & bicycle=yes { set mkgmap:unpaved=0; set motorcar=no }
highway=* & bicycleroute=yes & surface ~ '(fine_gravel|compacted|shell|shells)' & bicycle!=no { set mkgmap:unpaved=0; set motorcar=yes }

highway=path
& surface!=* & tracktype!=* & smoothness!=* & sac_scale!=* & bridge!=* & length()>100
Expand Down
2 changes: 1 addition & 1 deletion styles/Openfietsmap lite/lines
Expand Up @@ -127,8 +127,8 @@ highway=* & bridge!=* &
{ add mkgmap:unpaved=1; set motorcar=no }

highway=track & tracktype=grade2 & surface ~ '(fine_gravel|compacted|shell|shells)' & bicycle!=no { set mkgmap:unpaved=0; set motorcar=yes }

highway=path & surface ~ '(fine_gravel|compacted|shell|shells)' & bicycle=yes { set mkgmap:unpaved=0; set motorcar=no }
highway=* & bicycleroute=yes & surface ~ '(fine_gravel|compacted|shell|shells)' & bicycle!=no { set mkgmap:unpaved=0; set motorcar=yes }

highway=path
& surface!=* & tracktype!=* & smoothness!=* & sac_scale!=* & bridge!=* & length()>100
Expand Down

0 comments on commit d33c3d7

Please sign in to comment.