@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
31 lines (30 loc) • 536 B
JSON
{
"icon": "temaki-car_pool",
"fields": [
"name",
"operator",
"operator/type",
"capacity",
"address",
"opening_hours",
"lit"
],
"moreFields": [
"{@templates/contact}",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "car_pooling"
},
"terms": [
"car sharing",
"carpooling",
"lift sharing",
"ride sharing"
],
"name": "Car Pooling Station"
}