Skip to content

Commit 455d733

Browse files
authored
Add preset for amenity=swingerclub (#1187)
1 parent 4535fb7 commit 455d733

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"icon": "maki-heart",
3+
"fields": [
4+
"{amenity/nightclub}",
5+
"smoking"
6+
],
7+
"moreFields": [
8+
"{@templates/poi}",
9+
"air_conditioning",
10+
"fee"
11+
],
12+
"geometry": [
13+
"point",
14+
"area"
15+
],
16+
"tags": {
17+
"amenity": "swingerclub"
18+
},
19+
"terms": [
20+
"adult*",
21+
"lifestyle club",
22+
"porn*",
23+
"sex",
24+
"strip*",
25+
"swinger*"
26+
],
27+
"name": "Swinger Club",
28+
"aliases": [
29+
"Sex Club"
30+
]
31+
}

0 commit comments

Comments
 (0)