forked from hans/Nominatim
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:
@@ -115,6 +115,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{ "countries" : [ "ca" ],
|
||||
"tags" : {
|
||||
"place" : {
|
||||
"county" : [12, 0]
|
||||
}
|
||||
}
|
||||
},
|
||||
{ "countries" : [ "de" ],
|
||||
"tags" : {
|
||||
"place" : {
|
||||
|
||||
Reference in New Issue
Block a user