@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 447 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"
},
"name": "Boat Rental"
}