@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
28 lines (27 loc) • 438 B
JSON
{
"icon": "maki-water",
"fields": [
"name",
"basin",
"intermittent_yes"
],
"geometry": [
"area"
],
"tags": {
"natural": "water",
"water": "basin"
},
"reference": {
"key": "water",
"value": "basin"
},
"terms": [
"detention",
"drain",
"overflow",
"rain",
"retention"
],
"name": "Basin"
}