[mkgmap-dev] Commit: r3216: Rework access rules
From Carlos Dávila cdavilam at orangecorreo.es on Mon Apr 21 19:12:26 BST 2014
El 21/04/14 13:24, svn commit escribió: > Version mkgmap-r3216 was committed by wanmil on Mon, 21 Apr 2014 > > Rework access rules > > The access rules now fully use the access rule tree (e.g. access=>vehicle=>motor_vehicle=>motorcar). > The default rules for highway types can now correctly work with access=no. Before this change the rules added foot=yes etc. to ways tagged with access=no only. > The new file access_country contains some country specific default settings for highway types. > _______________________________________________ > mkgmap-dev mailing list > mkgmap-dev at lists.mkgmap.org.uk > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev > Attached patch adds country rules for Spain -------------- next part -------------- # 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 }
- Previous message: [mkgmap-dev] Commit: r3216: Rework access rules
- Next message: [mkgmap-dev] Commit: r3216: Rework access rules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list