mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 06:55:46 +00:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"type": "address",
|
|
"keys": [
|
|
"addr:block_number",
|
|
"addr:city",
|
|
"addr:conscriptionnumber",
|
|
"addr:county",
|
|
"addr:country",
|
|
"addr:district",
|
|
"addr:floor",
|
|
"addr:hamlet",
|
|
"addr:housename",
|
|
"addr:housenumber",
|
|
"addr:neighbourhood",
|
|
"addr:place",
|
|
"addr:postcode",
|
|
"addr:province",
|
|
"addr:quarter",
|
|
"addr:state",
|
|
"addr:street",
|
|
"addr:subdistrict",
|
|
"addr:suburb"
|
|
],
|
|
"reference": {"key": "addr"},
|
|
"icon": "address",
|
|
"universal": true,
|
|
"label": "Address",
|
|
"strings": {
|
|
"placeholders": {
|
|
"block_number": "Block number",
|
|
"city": "City",
|
|
"conscriptionnumber": "123",
|
|
"county": "County",
|
|
"country": "Country",
|
|
"district": "District",
|
|
"floor": "Floor",
|
|
"hamlet": "Hamlet",
|
|
"housename": "Housename",
|
|
"housenumber": "123",
|
|
"neighbourhood": "Neighbourhood",
|
|
"place": "Place",
|
|
"postcode": "Postcode",
|
|
"province": "Province",
|
|
"quarter": "Quarter",
|
|
"state": "State",
|
|
"street": "Street",
|
|
"subdistrict": "Subdistrict",
|
|
"suburb": "Suburb"
|
|
}
|
|
}
|
|
}
|