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:
Sarah Hoffmann
2020-09-18 11:08:47 +02:00
parent fe250d3ee8
commit 7fb62ea904
3 changed files with 4 additions and 1 deletions

View File

@@ -44,7 +44,8 @@
{
"keys" : ["boundary"],
"values" : {
"administrative" : "main"
"administrative" : "main",
"postal_code" : "main"
}
},
{

View File

@@ -125,6 +125,7 @@
"keys" : ["boundary"],
"values" : {
"place" : "skip",
"postal_code" : "main",
"" : "main,with_name"
}
},

View File

@@ -125,6 +125,7 @@
"keys" : ["boundary"],
"values" : {
"place" : "skip",
"postal_code" : "main",
"" : "main,with_name"
}
},