@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
27 lines (26 loc) • 412 B
JSON
{
"icon": "temaki-viewpoint",
"geometry": [
"point",
"vertex",
"area"
],
"fields": [
"direction"
],
"moreFields": [
"level"
],
"tags": {
"tourism": "viewpoint"
},
"terms": [
"lookout",
"overlook",
"scenery",
"scenic",
"vantage point",
"vista"
],
"name": "Viewpoint"
}