@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
47 lines (46 loc) • 840 B
JSON
{
"icon": "maki-bank",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours",
"atm",
"drive_through",
"opening_hours/drive_through"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"branch_brand",
"brand",
"currency_multi"
],
"geometry": [
"point",
"area"
],
"terms": [
"check",
"deposit",
"fund",
"investment",
"repository",
"reserve",
"safe",
"savings",
"stock",
"treasury",
"trust",
"vault"
],
"tags": {
"amenity": "bank"
},
"name": "Bank",
"aliases": [
"Credit Union"
]
}