mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-30 03:39:34 +02:00
Add preset for amenity=swingerclub (#1187)
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "maki-heart",
|
||||
"fields": [
|
||||
"{amenity/nightclub}",
|
||||
"smoking"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/poi}",
|
||||
"air_conditioning",
|
||||
"fee"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "swingerclub"
|
||||
},
|
||||
"terms": [
|
||||
"adult*",
|
||||
"lifestyle club",
|
||||
"porn*",
|
||||
"sex",
|
||||
"strip*",
|
||||
"swinger*"
|
||||
],
|
||||
"name": "Swinger Club",
|
||||
"aliases": [
|
||||
"Sex Club"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user