Hi Brian,
I see.
I fear the meanings of the --country-xxx options are not well documented.
If I got it right, they have an influence on the address search indexes, but they have no
meaning for the rules in the style.
Maybe your problem could be solved with an
additional line in the address rule. Something like this
mkgmap:admin_level5='New York City' & mkgmap:admin_level2!=* { set mkgmap:admin_level2='USA' }
as a first line in inc/address.
Another option would be to change the LocationHook to optionally use the
values given with --country-xxx to fill the mkgmap:admin_level2 tag.
Gerd
From:
brianegge@gmail.comDate: Thu, 30 Oct 2014 02:38:17 +0000
To:
mkgmap-dev@lists.mkgmap.org.ukSubject: Re: [mkgmap-dev] Building northeast map
Thanks Gerd,
I've been adding/fixing city boundaries in my area, so I'm trying to create my own bounds file. If an admin_level2 can't be found, does it use the --country-abbr option?
Brian