@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
44 lines (43 loc) • 836 B
JSON
{
"icon": "temaki-car_parked",
"fields": [
"operator",
"operator/type",
"parking",
"capacity_parking",
"capacity/disabled_parking",
"access_simple",
"fee",
"payment_multi_fee",
"charge_fee",
"surface"
],
"moreFields": [
"{@templates/contact}",
"address",
"covered",
"maxstay",
"opening_hours",
"park_ride",
"ref",
"supervised",
"wheelchair"
],
"geometry": [
"area",
"point",
"vertex"
],
"tags": {
"amenity": "parking"
},
"terms": [
"automobile parking",
"car lot",
"car parking",
"rv parking",
"truck parking",
"vehicle parking"
],
"name": "Parking Lot"
}