add postal code field, fixes #1292

This commit is contained in:
Ansis Brammanis
2013-04-18 16:45:48 -04:00
parent 5ed5968b76
commit e893f686ca
6 changed files with 34 additions and 10 deletions
+2 -1
View File
@@ -375,7 +375,8 @@ locale.en = {
"housename": "Housename",
"number": "123",
"street": "Street",
"city": "City"
"city": "City",
"postcode": "Postal code"
}
},
"admin_level": {
+1
View File
@@ -46,6 +46,7 @@ en:
number: "123"
street: Street
city: City
postcode: Postal code
admin_level:
label: Admin Level
aeroway:
+4 -2
View File
@@ -51,7 +51,8 @@
"addr:housename",
"addr:housenumber",
"addr:street",
"addr:city"
"addr:city",
"addr:postcode"
],
"icon": "address",
"universal": true,
@@ -61,7 +62,8 @@
"housename": "Housename",
"number": "123",
"street": "Street",
"city": "City"
"city": "City",
"postcode": "Postal code"
}
}
},
+5 -3
View File
@@ -4,7 +4,8 @@
"addr:housename",
"addr:housenumber",
"addr:street",
"addr:city"
"addr:city",
"addr:postcode"
],
"icon": "address",
"universal": true,
@@ -14,7 +15,8 @@
"housename": "Housename",
"number": "123",
"street": "Street",
"city": "City"
"city": "City",
"postcode": "Postal code"
}
}
}
}