@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
28 lines (27 loc) • 450 B
JSON
{
"icon": "temaki-adit_profile",
"geometry": [
"point",
"vertex",
"area"
],
"fields": [
"name",
"operator",
"resource",
"direction"
],
"moreFields": [
"gnis/feature_id-US"
],
"terms": [
"cave",
"horizontal mine entrance",
"tunnel",
"underground"
],
"tags": {
"man_made": "adit"
},
"name": "Adit"
}