add postcodes and interpolations to osm2pgsql style

This commit is contained in:
Sarah Hoffmann
2019-01-02 14:50:55 +01:00
parent 4c10294a29
commit 8e2e852b89
3 changed files with 21 additions and 2 deletions

View File

@@ -53,5 +53,18 @@
"values" : {
"" : "address"
}
},
{
"keys" : ["postal_code", "postcode", "addr:postcode",
"tiger:zip_left", "tiger:zip_right"],
"values" : {
"" : "postcode"
}
},
{
"keys" : ["capital"],
"values" : {
"" : "extra"
}
}
]