@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
24 lines (23 loc) • 392 B
JSON
{
"icon": "maki-car-rental",
"fields": [
"name",
"operator",
"address",
"opening_hours",
"payment_multi"
],
"moreFields": [
"{@templates/poi}",
"branch_brand",
"brand"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "car_rental"
},
"name": "Car Rental"
}