mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 03:42:11 +03:00
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:
parent
ab71f17c47
commit
8a67ddcb2b
@ -115,6 +115,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{ "countries" : [ "ca" ],
|
||||
"tags" : {
|
||||
"place" : {
|
||||
"county" : [12, 0]
|
||||
}
|
||||
}
|
||||
},
|
||||
{ "countries" : [ "de" ],
|
||||
"tags" : {
|
||||
"place" : {
|
||||
|
Loading…
Reference in New Issue
Block a user