@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 406 B
JSON
{
"icon": "maki-beer",
"geometry": [
"point",
"area"
],
"fields": [
"{amenity/pub}"
],
"moreFields": [
"{amenity/pub}"
],
"tags": {
"amenity": "pub",
"lgbtq": "primary"
},
"terms": [
"gay pub",
"lesbian pub",
"lgb pub",
"lgbt pub",
"lgbtq pub"
],
"name": "LGBTQ+ Pub"
}