We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f806cc9 commit ecaa549Copy full SHA for ecaa549
src/additional_zones.rs
@@ -67,7 +67,7 @@ pub fn compute_additional_places(
67
// duplicates, for example by adding an admin label which is inside its
68
// boundary.
69
parent_zone >= place.zone_type.unwrap_or(parent_zone)
70
- && parent_zone < ZoneType::Country
+ && (parent_zone < ZoneType::Country || parent.name == place.name)
71
})
72
.unwrap_or(false)
73
0 commit comments