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
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to