@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
34 lines (33 loc) • 600 B
JSON
{
"icon": "temaki-sign_and_car",
"fields": [
"name",
"operator",
"operator/type",
"capacity",
"address",
"payment_multi",
"supervised"
],
"moreFields": [
"{@templates/contact}",
"branch_brand",
"brand",
"lit",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "car_sharing"
},
"terms": [
"car pool",
"carpooling",
"lift sharing",
"ride sharing"
],
"name": "Car Sharing Station"
}