@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
45 lines (44 loc) • 873 B
JSON
{
"icon": "temaki-sailboat",
"fields": [
"name",
"operator",
"capacity",
"fee",
"payment_multi_fee",
"charge_fee",
"sanitary_dump_station",
"power_supply"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/contact}",
"address",
"gnis/feature_id-US",
"seamark/harbour/category_marina",
"seamark/type",
"vhf"
],
"geometry": [
"area",
"point",
"vertex"
],
"terms": [
"boats",
"docks",
"harbor",
"harbour",
"moorings",
"yachts"
],
"tags": {
"leisure": "marina"
},
"addTags": {
"leisure": "marina",
"seamark:type": "harbour",
"seamark:harbour:category": "marina"
},
"name": "Marina"
}