logo separator

[mkgmap-dev] [PATCH v3] Rework of inc/access

From Minko ligfietser at online.nl on Fri Apr 18 11:37:52 BST 2014

Wanmil, here are two examples of country specific rules.
Maybe put them in one inc/access_country file so anyone can add their speific country rules to this file?


# The Netherlands

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 }

# Belgium

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 }




More information about the mkgmap-dev mailing list