Files
iD/data/presets/fields/address.json

42 lines
1012 B
JSON

{
"type": "address",
"keys": [
"addr:housename",
"addr:housenumber",
"addr:conscriptionnumber",
"addr:street",
"addr:city",
"addr:postcode",
"addr:place",
"addr:hamlet",
"addr:suburb",
"addr:subdistrict",
"addr:district",
"addr:province",
"addr:state",
"addr:country"
],
"reference": {"key": "addr"},
"icon": "address",
"universal": true,
"label": "Address",
"strings": {
"placeholders": {
"housename": "Housename",
"housenumber": "123",
"conscriptionnumber": "123",
"street": "Street",
"city": "City",
"postcode": "Postcode",
"place": "Place",
"hamlet": "Hamlet",
"suburb": "Suburb",
"subdistrict": "Subdistrict",
"district": "District",
"province": "Province",
"state": "State",
"country": "Country"
}
}
}