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