File: access_country

package info (click to toggle)
mkgmap 0.0.0%2Bsvn4923-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,068 kB
  • sloc: java: 73,955; xml: 1,719; python: 713; sh: 240; makefile: 147; perl: 31
file content (29 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This file contains country specific access restrictions
# If your country is missing please post your country specific access rules
# to the mkgmap developers list.

# Belgium (BEL)

highway=trunk     & mkgmap:country=BEL {add bicycle=no; add foot=no}
highway=cycleway  & mkgmap:country=BEL {add foot=yes}
highway=bridleway & mkgmap:country=BEL {add foot=yes}

# The Netherlands (NLD)

highway=trunk     & mkgmap:country=NLD {add bicycle=no; add foot=no}
highway=cycleway  & mkgmap:country=NLD {add foot=yes}
highway=bridleway & mkgmap:country=NLD {add foot=yes}

# Spain (ESP)

highway=trunk     & mkgmap:country=ESP {add bicycle=yes; add foot=yes}
highway=bridleway & mkgmap:country=ESP {add bicycle=yes; add foot=yes}

# United Kingdom (GBR)

highway=cycleway  & mkgmap:country=GBR {add foot=yes}
highway=bridleway & mkgmap:country=GBR {
    add bicycle=yes;
    add foot=yes;
    add motor_vehicle=private
    }