Added fields for address in Ukraine

As Ukrainian OSM Community don't fill in `addr:city` for each building, It is better to decrease amount of field for adding addresses.
>Теґ addr:city=* в Україні зазвичай не використовується.

☝️ https://wiki.openstreetmap.org/wiki/Uk:Addresses
This commit is contained in:
Andrey Golovin
2017-04-27 22:48:59 +03:00
committed by GitHub
parent ea1e64d4d2
commit eb67dcd270
+7
View File
@@ -110,6 +110,13 @@
["street", "housenumber"],
["postcode", "district", "city"]
]
},
{
"countryCodes": ["ua"],
"format": [
["housenumber", "postcode"],
["street"]
]
}
]
}