<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Another couple of examples of country defaults for NLD<span style="font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 12px;">:</span></p>
<p><span style="font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 12px;">cycleway: add mofa=yes; add moped=no</span></p>
<p><span style="font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 12px;">motorway/link: add bicycle=no; add mofa=no; add moped=no; add foot=no; add agricultural=no; add maxspeed=130;&nbsp;</span></p>
<p><span style="font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 12px;">Would it be more manageable to have a directory structure containing a small file per country, which is loaded (cached) on first use? Then we won't have to merge so many changes into the one big file as the usage of this facility spreads across the globe.</span></p>
<p><span style="font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 12px;">Colin</span></p>
<p>&nbsp;</p>
<div>&nbsp;</div>
<p>On 2014-04-18 12:37, Minko wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<pre>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 &amp; mkgmap:country=NLD        { add bicycle=no; add foot=no }
highway=cycleway &amp; mkgmap:country=NLD        { add foot=yes }
highway=bridleway &amp; mkgmap:country=NLD        { add foot=yes }

# Belgium

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


_______________________________________________
mkgmap-dev mailing list
<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a>
</pre>
</blockquote>
</body></html>