@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
31 lines (30 loc) • 523 B
JSON
{
"icon": "temaki-boat_rental",
"fields": [
"name",
"operator",
"operator/type",
"opening_hours",
"fee",
"payment_multi_fee",
"charge_fee"
],
"moreFields": [
"{@templates/poi}",
"access_simple",
"address"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "boat_rental"
},
"terms": [
"boat hire",
"canoe",
"kayak"
],
"name": "Boat Rental"
}