@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
32 lines (31 loc) • 530 B
JSON
{
"icon": "iD-waterway-canal",
"fields": [
"name",
"structure_waterway",
"width",
"usage_waterway",
"intermittent",
"lock"
],
"moreFields": [
"fishing",
"gnis/feature_id-US",
"salt",
"tidal"
],
"geometry": [
"line"
],
"tags": {
"waterway": "canal"
},
"terms": [
"headrace",
"irrigation",
"spillway",
"tailrace",
"waterpower"
],
"name": "Canal"
}