Hi Felix,
I think the results depends on the bounds file and your style.
For example, we used to have the rule
mkgmap:country!=* & addr:country=* { set mkgmap:country='${addr:country}' }
in inc/address. The tag addr:country typically contains a 3-byte-ISO code like AUT,
but we expect 2-byte-code in mkgmap:country.
So, now we have the rule
mkgmap:country!=* & addr:country=* { set mkgmap:country='${addr:country|country-ISO:}' }
I am not sure if the "wrong" value was written to the img file, but it caused problems in the
housenumber code. If that doesn't help, please post details that allow to reproduce the problem.
Gerd