@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
35 lines (34 loc) • 557 B
JSON
{
"icon": "temaki-pier_fixed",
"fields": [
"name",
"mooring",
"surface",
"floating",
"width",
"access",
"lit"
],
"moreFields": [
"{highway/footway}",
"fishing",
"gnis/feature_id-US",
"incline"
],
"geometry": [
"line",
"area"
],
"terms": [
"berth",
"dock",
"jetty",
"landing",
"promenade",
"wharf"
],
"tags": {
"man_made": "pier"
},
"name": "Pier"
}