@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
40 lines (39 loc) • 757 B
JSON
{
"icon": "maki-fuel",
"fields": [
"name",
"operator",
"address",
"opening_hours",
"fuel/fuel_multi"
],
"moreFields": [
"{@templates/contact}",
"branch_brand",
"brand",
"building",
"payment_multi",
"seamark/type",
"wheelchair"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"petrol",
"gas",
"diesel",
"boat"
],
"tags": {
"waterway": "fuel"
},
"addTags": {
"waterway": "fuel",
"seamark:type": "small_craft_facility",
"seamark:small_craft_facility:category": "fuel_station"
},
"name": "Marine Fuel Station"
}