remove county nodes in Canada from addresses

Canada has complete coverage for administrative boundaries on
county level. Removing the county nodes from the addresses avoids error
due to a wide-spread doubling of place nodes for city counties.
This commit is contained in:
Sarah Hoffmann 2022-05-18 10:19:05 +02:00
parent ab71f17c47
commit 8a67ddcb2b

View File

@ -115,6 +115,13 @@
}
}
},
{ "countries" : [ "ca" ],
"tags" : {
"place" : {
"county" : [12, 0]
}
}
},
{ "countries" : [ "de" ],
"tags" : {
"place" : {