@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
48 lines (47 loc) • 813 B
JSON
{
"icon": "temaki-ferry",
"geometry": [
"line"
],
"fields": [
"name",
"operator",
"duration",
"access",
"toll",
"from",
"to"
],
"moreFields": [
"charge_toll",
"distance",
"dog",
"email",
"interval",
"maxheight",
"maxweight",
"maxwidth",
"network",
"oneway",
"opening_hours",
"phone",
"ref_route",
"reservation",
"roundtrip",
"via",
"vhf",
"wheelchair"
],
"tags": {
"route": "ferry"
},
"terms": [
"boat",
"merchant vessel",
"ship",
"water bus",
"water shuttle",
"water taxi"
],
"name": "Ferry Route"
}