mapcomplete/assets/layers/stripclub/stripclub.json
2024-05-27 10:50:30 +02:00

92 lines
1.7 KiB
JSON

{
"id": "stripclub",
"name": {
"en": "Stripclubs",
"de": "Stripclubs"
},
"description": {
"en": "A venue where erotic dance, striptease, or lap dances are performed commercially. ",
"de": "Ein Ort, an dem erotische Tanz-, Striptease- oder Lapdances kommerziell durchgeführt werden. "
},
"source": {
"osmTags": "amenity=stripclub"
},
"minzoom": 6,
"title": {
"render": {
"en": "Stripclub",
"de": "Stripclub"
},
"mappings": [
{
"if": "name~*",
"then": {
"*": "{name}"
}
}
]
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "ring",
"color": "#be57b4ff"
}
]
},
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "./assets/layers/stripclub/stripclub.svg"
}
]
}
],
"presets": [
{
"title": {
"en": "a stripclub",
"de": "ein Stripclub"
},
"tags": [
"amenity=stripclub"
]
}
],
"tagRenderings": [
"images",
"reviews",
{
"multiAnswer": false,
"id": "name",
"freeform": {
"inline": false,
"key": "name"
},
"question": {
"en": "What is the name of this stripclub?",
"de": "Wie lautet der Name des Stripclubs?"
},
"render": {
"en": "This stripclub is named <b>{name}</b>",
"de": "Der Name des Stripclubs lautet <b>{name}</b>"
}
},
"opening_hours",
"contact"
],
"enableMorePrivacy": true
}