mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-03-22 02:43:29 +00:00
Add preset for amenity=stripclub (#648)
This commit is contained in:
40
data/presets/amenity/stripclub.json
Normal file
40
data/presets/amenity/stripclub.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"icon": "roentgen-pole_dancer",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area_yes",
|
||||
"opening_hours",
|
||||
"min_age",
|
||||
"smoking"
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id-US",
|
||||
"level",
|
||||
"payment_multi",
|
||||
"opening_hours/covid19",
|
||||
"phone",
|
||||
"ref/FR/siret-FR",
|
||||
"wheelchair",
|
||||
"fee"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "stripclub"
|
||||
},
|
||||
"terms": [
|
||||
"lap dance",
|
||||
"adult*",
|
||||
"gentlemen*",
|
||||
"cabaret",
|
||||
"strip*"
|
||||
],
|
||||
"name": "Strip club"
|
||||
}
|
||||
Reference in New Issue
Block a user