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