logo separator

[mkgmap-dev] mergeroads branch

From Felix Hartmann extremecarver at gmail.com on Mon Sep 9 17:30:36 BST 2013

I didn't use it yet - need to find enough time to adapt my style - but I 
find the access handling a bit clumsy on the last step:

bicycle=*    { set mkgmap:access:bike='${bicycle}' }
carpool=*    { set mkgmap:access:carpool='${carpool}' }
foot=*       { set mkgmap:access:foot='${foot}' }
hgv=*        { set mkgmap:access:truck='${hgv}' }
motorcar=*   { set mkgmap:access:car='${motorcar}' }
motorcycle=* { set mkgmap:access:car='${motorcycle}'s }
psv=*        { set mkgmap:access:bus='${psv}' }
taxi=*       { set mkgmap:access:taxi='${taxi}' }
emergency=*  { set mkgmap:access:emergency='${emergency}' }
delivery=*   { set mkgmap:access:delivery='${delivery}' }
goods=*      { set mkgmap:access:delivery='${goods}' }


Is this really needed or could we skip that step in the style files? I 
use set access=.... very often, so it would make the style-file a bit 
more difficult to read by instead always using set mkgmap:access:.....=....

I'm fine with this however too, just find it a bit clumsy why this 
additional step is really needed. Is it to keep the handling of special 
actions with the same syntax everywhere?
If so good.


Besides everything looks fine to me.


More information about the mkgmap-dev mailing list