@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
35 lines (34 loc) • 601 B
JSON
{
"icon": "fas-charging-station",
"fields": [
"brand",
"operator",
"capacity",
"access_simple",
"fee",
"payment_multi_fee",
"charge_fee",
"ref"
],
"moreFields": [
"covered",
"level",
"manufacturer",
"maxstay",
"network"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "charging_station"
},
"terms": [
"EV",
"Electric Vehicle",
"Supercharger"
],
"name": "Charging Station"
}