@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
44 lines (43 loc) • 746 B
JSON
{
"icon": "iD-waterway-stream",
"fields": [
"{waterway/stream}"
],
"moreFields": [
"{waterway/stream}"
],
"geometry": [
"line"
],
"terms": [
"arroyo",
"beck",
"branch",
"brook",
"burn",
"course",
"creek",
"drift",
"flood",
"flow",
"gully",
"run",
"runnel",
"rush",
"spate",
"spritz",
"tributary",
"wadi",
"wash",
"watercourse"
],
"tags": {
"waterway": "stream",
"intermittent": "yes"
},
"reference": {
"key": "waterway",
"value": "stream"
},
"name": "Intermittent Stream"
}