mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
32 lines
746 B
JSON
32 lines
746 B
JSON
{
|
|
"type": "address",
|
|
"keys": [
|
|
"addr:housename",
|
|
"addr:housenumber",
|
|
"addr:street",
|
|
"addr:city",
|
|
"addr:postcode"
|
|
],
|
|
"reference": {"key": "addr"},
|
|
"icon": "address",
|
|
"universal": true,
|
|
"label": "Address",
|
|
"strings": {
|
|
"placeholders": {
|
|
"housename": "Housename",
|
|
"housenumber": "123",
|
|
"street": "Street",
|
|
"city": "City",
|
|
"postcode": "Postcode",
|
|
"place": "Place",
|
|
"hamlet": "Hamlet",
|
|
"suburb": "Suburb",
|
|
"subdistrict": "Subdistrict",
|
|
"district": "District",
|
|
"province": "Province",
|
|
"state": "State",
|
|
"country": "Country"
|
|
}
|
|
}
|
|
}
|