@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
39 lines (38 loc) • 638 B
JSON
{
"icon": "iD-waterway-river",
"fields": [
"name",
"structure_waterway",
"width",
"intermittent",
"tidal"
],
"moreFields": [
"covered",
"fishing",
"gnis/feature_id-US",
"salt"
],
"geometry": [
"line"
],
"terms": [
"beck",
"branch",
"brook",
"course",
"creek",
"estuary",
"rill",
"rivulet",
"run",
"runnel",
"stream",
"tributary",
"watercourse"
],
"tags": {
"waterway": "river"
},
"name": "River"
}