@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
25 lines (24 loc) • 425 B
JSON
{
"icon": "maki-lighthouse",
"fields": [
"name",
"operator",
"building_area_yes",
"height"
],
"moreFields": [
"{@templates/contact}",
"address",
"gnis/feature_id-US",
"seamark/type"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"man_made": "lighthouse"
},
"name": "Lighthouse"
}