@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
29 lines (28 loc) • 489 B
JSON
{
"icon": "maki-park",
"geometry": [
"area",
"point"
],
"fields": [
"name",
"operator",
"operator/type",
"address",
"opening_hours"
],
"moreFields": [
"{@templates/contact}",
"access_simple",
"dog",
"gnis/feature_id-US"
],
"tags": {
"leisure": "nature_reserve"
},
"terms": [
"protected",
"wildlife"
],
"name": "Nature Reserve"
}