@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
31 lines (30 loc) • 551 B
JSON
{
"icon": "fas-crosshairs",
"geometry": [
"area",
"point"
],
"fields": [
"{leisure/pitch}"
],
"moreFields": [
"{leisure/pitch}"
],
"tags": {
"leisure": "pitch",
"sport": "shooting"
},
"reference": {
"key": "sport",
"value": "shooting"
},
"terms": [
"firing range",
"gun practice",
"gun range",
"shooting gallery",
"shooting practice",
"target practice"
],
"name": "Shooting Range"
}