mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +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"],
|
"keys" : ["boundary"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"administrative" : "main"
|
"administrative" : "main",
|
||||||
|
"postal_code" : "main"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -125,6 +125,7 @@
|
|||||||
"keys" : ["boundary"],
|
"keys" : ["boundary"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"place" : "skip",
|
"place" : "skip",
|
||||||
|
"postal_code" : "main",
|
||||||
"" : "main,with_name"
|
"" : "main,with_name"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -125,6 +125,7 @@
|
|||||||
"keys" : ["boundary"],
|
"keys" : ["boundary"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"place" : "skip",
|
"place" : "skip",
|
||||||
|
"postal_code" : "main",
|
||||||
"" : "main,with_name"
|
"" : "main,with_name"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user