mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
postal boundary may be imported without name
Postal boundaries usually just have the postcode tag set and are therefore officially 'nameless'. We want to have them as boundary=postal_code anyways in order to distiguish them from postcode points inherited from addr: tags.
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
{
|
||||
"keys" : ["boundary"],
|
||||
"values" : {
|
||||
"administrative" : "main"
|
||||
"administrative" : "main",
|
||||
"postal_code" : "main"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"keys" : ["boundary"],
|
||||
"values" : {
|
||||
"place" : "skip",
|
||||
"postal_code" : "main",
|
||||
"" : "main,with_name"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"keys" : ["boundary"],
|
||||
"values" : {
|
||||
"place" : "skip",
|
||||
"postal_code" : "main",
|
||||
"" : "main,with_name"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user