mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 18:07:50 +02:00
Add serveral LGBTQ+ venue presets
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user