logo separator

[mkgmap-dev] Re-using a splitter result

From Andrzej Popowski popej at poczta.onet.pl on Mon Aug 1 00:58:59 BST 2016

Hi Bernhard,

I use simple awk script to renumber template.args. Something like:

{
     if ($1 == "mapname:") {
         print $1 " " $2 + 2048
     }
     else {
         print $0
     }
}

-- 
Best regards,
Andrzej


More information about the mkgmap-dev mailing list