@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
28 lines (27 loc) • 438 B
JSON
{
"icon": "temaki-windpump",
"fields": [
"ref",
"operator",
"height",
"material",
"manufacturer",
"lit"
],
"moreFields": [
"{man_made}"
],
"geometry": [
"point"
],
"terms": [
"aerorotor",
"water pump",
"wind pump",
"windmill"
],
"tags": {
"man_made": "windpump"
},
"name": "Windpump"
}