@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
29 lines (28 loc) • 480 B
JSON
{
"icon": "maki-watermill",
"fields": [
"name",
"start_date",
"building_area_yes",
"address"
],
"moreFields": [
"{@templates/contact}",
"gnis/feature_id-US"
],
"geometry": [
"point",
"area"
],
"terms": [
"mill",
"water",
"water wheel",
"waterwheel",
"wheel"
],
"tags": {
"man_made": "watermill"
},
"name": "Watermill"
}