Navit maptool maps boundaries for Germany like this :
{ 276,"Germany,Deutschland,Bundesrepublik Deutschland","345c7M"},
In human understandable, that would be level 6 is mapped to county and level 8 is mapped to town.
http://wiki.openstreetmap.org/wiki/Tag:boundary%3DadministrativeThe search is done with attr_town_or_district_name, so the behaviour is more or less as it is coded.
Serveral options are available now :
- drop the county mapping for Germany only
- change the search to attr_town, but since Navit tries to provide a global solution with only one codebase that might break some seraches somwhere on the planet.
- change the duplicate check in binfile to make it offer you both alternatives (66111 and 66125) a s a choice
Btu I fail to duplicate the issue with any version of navit
