Add serveral LGBTQ+ venue presets

This commit is contained in:
Rory McCann
2019-02-27 11:06:45 +01:00
parent c3ee4a2da9
commit 3c43b48f1d
5 changed files with 93 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"icon": "maki-bar",
"geometry": [
"point",
"area"
],
"terms": [
"gay bar",
"lesbian bar",
"lgbtq bar",
"lgbt bar",
"lgb bar"
],
"tags": {
"amenity": "bar",
"lgbtq": "primary"
},
"name": "LGBTQ+ Bar"
}
@@ -0,0 +1,20 @@
{
"icon": "maki-town-hall",
"geometry": [
"point",
"area"
],
"terms": [
"lgbtq event",
"lgbtq hall",
"lgbt event",
"lgbt hall",
"lgb event",
"lgb hall"
],
"tags": {
"amenity": "community_centre",
"lgbtq": "primary"
},
"name": "LGBTQ+ Community Center"
}
@@ -0,0 +1,19 @@
{
"icon": "maki-bar",
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "nightclub",
"lgbtq": "primary"
},
"terms": [
"gay nightclub",
"lesbian nightclub",
"lgbtq nightclub",
"lgbt nightclub",
"lgb nightclub"
],
"name": "LGBTQ+ Nightclub"
}
@@ -0,0 +1,19 @@
{
"icon": "maki-beer",
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "pub",
"lgbtq": "primary"
},
"terms": [
"gay pub",
"lesbian pub",
"lgbtq pub",
"lgbt pub",
"lgb pub"
],
"name": "LGBTQ+ Pub"
}
@@ -0,0 +1,16 @@
{
"icon": "maki-shop",
"geometry": [
"point",
"area"
],
"terms": [
"sex",
"porn"
],
"tags": {
"shop": "erotic",
"lgbtq": "primary"
},
"name": "LGBTQ+ Erotic Store"
}