2024-01-13 01:50:41 +01:00
{
"id" : "openlovemap" ,
"title" : {
2024-02-20 13:33:38 +01:00
"en" : "Open Love Map" ,
"de" : "Open Love Map" ,
2024-10-08 13:19:04 +02:00
"es" : "Open Love Map" ,
2024-11-28 12:10:18 +01:00
"cs" : "Open Love mapa" ,
2024-11-21 10:17:35 +01:00
"hu" : "Open Love Map - szerelemtérkép" ,
"fr" : "Open Love Map" ,
"nl" : "Open Love Kaart"
2024-01-13 01:50:41 +01:00
} ,
"description" : {
2024-02-20 13:33:38 +01:00
"en" : "<p><i>Love in the palm of your hand</i></p>Open Love Map lists various adult entries, such as brothels, erotic stores and stripclubs." ,
"de" : "<p><i>Liebe in der Hand</i></p>Open Love Map listet verschiedene Einträge für Erwachsene, wie Bordelle, Erotikshops und Stripclubs." ,
2024-11-05 14:14:53 +01:00
"es" : "<p><i>Amor en la palma de tu mano</i></p>Open Love Map lista varias entradas para adultos, como burdeles, tiendas eróticas y clubes de striptease." ,
2024-11-21 10:17:35 +01:00
"cs" : "<p><i>Láska na dlani</i></p>Open Love Map obsahuje různé položky pro dospělé, například nevěstince, erotické obchody a striptýzové kluby." ,
"fr" : "<p><i>L'amour au creux de votre main</i></p>Open Love Map répertorie diverses informations pour adultes telles que des maisons closes, des magasins érotiques ou des clubs de strip-tease." ,
"nl" : "<p><i>Liefde in de palm van je hand</i></p>Open Love Map geeft een overzicht van verschillende items voor volwassenen, zoals bordelen, erotische winkels en stripclubs."
2024-01-13 01:50:41 +01:00
} ,
"icon" : "./assets/layers/stripclub/stripclub.svg" ,
2024-01-23 01:19:38 +01:00
"hideFromOverview" : true ,
2024-01-13 01:50:41 +01:00
"layers" : [
"brothel" ,
"stripclub" ,
{
"builtin" : "shops" ,
"override" : {
2024-01-23 22:03:02 +01:00
"id" : "erotic_shop" ,
2024-01-13 01:50:41 +01:00
"source" : {
"osmTags" : "shop=erotic"
} ,
"minzoom" : 6 ,
"=filter" : [
2024-07-23 22:13:32 +02:00
"open_now" ,
"fetish" ,
"accepts_cash" ,
"accepts_cards"
2024-01-13 01:50:41 +01:00
] ,
2024-01-22 15:13:06 +01:00
"name" : {
2024-02-20 13:33:38 +01:00
"en" : "Erotic shops" ,
"de" : "Erotikgeschäfte" ,
2024-10-08 13:19:04 +02:00
"es" : "Tiendas eróticas" ,
2024-11-21 10:17:35 +01:00
"cs" : "Erotické obchody" ,
"fr" : "Magasins érotiques" ,
"nl" : "Erotiekwinkels"
2024-01-22 15:13:06 +01:00
} ,
2024-01-13 01:50:41 +01:00
"=presets" : [
{
"title" : {
2024-02-20 13:33:38 +01:00
"en" : "an erotic shop" ,
"de" : "ein Erotikgeschäft" ,
2024-10-08 13:19:04 +02:00
"es" : "una tienda erótica" ,
2024-11-21 10:17:35 +01:00
"cs" : "erotický obchod" ,
"fr" : "un magasin érotique" ,
"nl" : "een erotiekwinkel"
2024-01-13 01:50:41 +01:00
} ,
"tags" : [
"shop=erotic"
]
}
2024-07-23 22:13:32 +02:00
] ,
"tagRenderings+" : [
{
"id" : "fetish" ,
"multiAnswer" : true ,
"question" : {
2024-08-29 23:15:59 +02:00
"en" : "Does this shop offer fetish gear?" ,
2024-09-11 15:53:09 +02:00
"de" : "Bietet dieser Laden Fetischkleidung an?" ,
2024-11-05 14:14:53 +01:00
"es" : "¿Esta tienda ofrece artículos fetiche?" ,
2024-11-21 10:17:35 +01:00
"cs" : "Nabízí tento obchod vybavení pro fetišisty?" ,
"nl" : "Biedt deze winkel fetisjspullen aan?"
2024-07-23 22:13:32 +02:00
} ,
"mappings" : [
{
"if" : "fetish:bdsm:soft=yes" ,
"ifnot" : "fetish:bdsm:soft=no" ,
"then" : {
2024-08-29 23:15:59 +02:00
"en" : "This shop offers <b>soft BDSM-gear</b>, such as fluffy handcuffs, a 'fifty-shade-of-grey'-starterset, ..." ,
2024-09-11 15:53:09 +02:00
"de" : "Dieser Laden bietet <b>weiches BDSM-Zubehör</b> an, wie zum Beispiel flauschige Handschellen, ein \"Fifty Shades of Grey\"-Starterset, ..." ,
2024-11-05 14:14:53 +01:00
"es" : "Esta tienda ofrece <b>artículos BDSM suaves</b>, como esposas de peluche, un kit de iniciación 'cincuenta sombras de Grey',..." ,
2024-11-21 10:17:35 +01:00
"cs" : "Tento obchod nabízí <b>měkké BDSM pomůcky</b>, jako jsou chlupatá pouta, sada „padesát odstínů šedi“, ..." ,
"nl" : "Deze winkel biedt <b>soft BDSM-accessoires</b>, zoals zachte handboeien, een 'fifty-shade-of-grey'-starterset, ..."
2024-07-23 22:13:32 +02:00
}
} ,
{
"if" : "fetish:bdsm:specialized=yes" ,
"ifnot" : "fetish:bdsm:specialized=no" ,
2024-07-29 15:24:09 +02:00
"then" : {
2024-08-29 23:15:59 +02:00
"en" : "This shop offers <b>specialized BDSM-gear</b>, such as spreader bars, supplies for needle play, medical bondage supplies, impact tools, shackles, metal colors, cuffs, nipple clamps, shibari accessories, ..." ,
2024-09-11 15:53:09 +02:00
"de" : "Dieser Laden bietet <b>spezialisiertes BDSM-Zubehör</b> an, wie zum Beispiel Spreizstangen, Utensilien für Nadelfolter, medizinische Bondage-Ausrüstung, Schlagwerkzeuge, Fesseln, Metallhalsbänder, Handschellen, Nippelklemmen, Shibari-Zubehör, ..." ,
2024-11-05 14:14:53 +01:00
"es" : "Esta tienda ofrece <b>artículos BDSM especializados</b>, como barras separadoras, artículos para juegos con agujas, artículos de bondage médico, herramientas de impacto, grilletes, colores metálicos, puños, pinzas para pezones, accesorios shibari,..." ,
2024-11-21 10:17:35 +01:00
"cs" : "Tento obchod nabízí <b>specializované BDSM pomůcky</b>, jako jsou roztahovací tyče, potřeby pro hru na jehlách, potřeby pro lékařskou bondáž, nárazové nástroje, pouta, kovové barvy, pouta, svorky na bradavky, shibari doplňky, ..." ,
"nl" : "Deze winkel biedt <b>gespecialiseerde BDSM-benodigdheden</b>, zoals spreidstangen, benodigdheden voor naaldspellen, medische bondagebenodigdheden, slagwerktuigen, kluisters, metalen kleuren, boeien, tepelklemmen, shibari-accessoires, ..."
2024-07-23 22:13:32 +02:00
}
} ,
{
"if" : "fetish:pet_play=yes" ,
"ifnot" : "fetish:pet_play=no" ,
"then" : {
2024-08-29 23:15:59 +02:00
"en" : "This shop offers <b>pet play</b> accessories, such as puppy masks, animal masks, pony play, tails, hoof shoes, ..." ,
2024-09-11 15:53:09 +02:00
"de" : "Dieser Laden bietet <b>Petplay</b>-Zubehör an, wie zum Beispiel Hundemasken, Tiermasken, Ponyplay-Ausrüstung, Schwänze, Hufschuhe, ..." ,
2024-11-05 14:14:53 +01:00
"es" : "Esta tienda ofrece accesorios para <b>juegos con mascotas</b>, como máscaras de cachorro, máscaras de animales, juegos de pony, colas, zapatos de casco,..." ,
2024-11-21 10:17:35 +01:00
"cs" : "Tento obchod nabízí doplňky <b>na hraní si na zvířata</b>, jako jsou masky štěňat, masky zvířat, poníci na hraní, ocasy, boty na kopyta, ..." ,
"nl" : "Deze winkel biedt '<b>pet play</b>'-accessoires, zoals puppymaskers, dierenmaskers, ponyspellen, staarten, hoefschoenen, ..."
2024-07-23 22:13:32 +02:00
}
} ,
{
"if" : "fetish:leather=yes" ,
"ifnot" : "fetish:leather=no" ,
"then" : {
2024-08-29 23:15:59 +02:00
"en" : "This shop offers <b>leather gear</b>, including pants and shirts usable in daily life up till leather harnesses" ,
2024-09-11 15:53:09 +02:00
"de" : "Dieser Laden bietet <b>Lederkleidung</b> an, darunter Hosen und Hemden für den Alltag bis hin zu Lederharnissen" ,
2024-11-05 14:14:53 +01:00
"es" : "Esta tienda ofrece <b>artículos de cuero</b>, incluyendo pantalones y camisas utilizables en la vida diaria hasta arneses de cuero" ,
2024-11-21 10:17:35 +01:00
"cs" : "Tento obchod nabízí <b>kožené vybavení</b>, včetně kalhot a košil použitelných v každodenním životě až po kožené postroje" ,
"nl" : "Deze winkel biedt <b>leren kledij</b> aan, waaronder broeken en shirts die je in het dagelijks leven kunt gebruiken tot en met leren harnassen"
2024-07-23 22:13:32 +02:00
}
} ,
{
"if" : "fetish:uniform=yes" ,
"ifnot" : "fetish:uniform=no" ,
"then" : {
2024-08-29 23:15:59 +02:00
"en" : "This shop offers <b>uniforms</b> for roleplay, such nurse uniforms, military uniforms, police, school girl, french maid, ..." ,
2024-09-11 15:53:09 +02:00
"de" : "Dieser Laden bietet <b>Uniformen</b> für Rollenspiele an, wie Krankenschwester-Uniformen, Militäruniformen, Polizei-, Schulmädchen- und Dienstmädchen-Outfits, ..." ,
2024-11-05 14:14:53 +01:00
"es" : "Esta tienda ofrece <b>uniformes</b> para juegos de rol, como uniformes de enfermera, uniformes militares, policía, colegiala, criada francesa,..." ,
2024-11-21 10:17:35 +01:00
"cs" : "Tento obchod nabízí <b>uniformy</b> pro roleplay, jako jsou uniformy zdravotní sestry, vojenské uniformy, policie, školačky, francouzské pokojské, ..." ,
"nl" : "Deze winkel biedt <b>uniformen</b> voor rollenspelen aan, zoals verpleegsteruniformen, militaire uniformen, politie, schoolmeisje, Franse dienstmeid, ..."
2024-07-23 22:13:32 +02:00
}
}
]
}
2024-01-13 01:50:41 +01:00
]
}
} ,
{
"builtin" : "shops" ,
"override" : {
"minzoom" : 18 ,
"=presets" : [ ] ,
2024-01-22 15:13:06 +01:00
"=name" : null ,
2024-09-19 18:48:03 +02:00
"isCounted" : false ,
2024-01-22 15:13:06 +01:00
"=filter" : {
2024-04-05 12:02:10 +02:00
"sameAs" : "erotic_shop"
2024-01-22 15:13:06 +01:00
}
2024-01-13 01:50:41 +01:00
}
} ,
{
"builtin" : "vending_machine" ,
"override" : {
"id" : "condom_vending_machine" ,
"pointRendering" : [
{
"marker" : [
{
"icon" : "circle" ,
"color" : "white"
} ,
{
"icon" : "ring" ,
"color" : "black"
}
] ,
"location" : [
"centroid" ,
"point"
] ,
"iconSize" : "40,40" ,
"anchor" : "center"
} ,
{
"marker" : [
{
"icon" : "./assets/layers/vending_machine/condom.svg"
}
] ,
"location" : [
"centroid" ,
"point"
] ,
"iconSize" : "26,26" ,
"anchor" : "center"
}
] ,
"=filter" : [
"open_now"
] ,
"source" : {
"osmTags" : {
"=and" : [
"amenity=vending_machine" ,
"vending=condoms"
]
}
} ,
"minzoom" : 6 ,
"=presets" : [
{
"title" : {
2024-02-20 13:33:38 +01:00
"en" : "a condom vending machine" ,
"de" : "ein Kondomautomat" ,
2024-11-05 14:14:53 +01:00
"es" : "una máquina expendedora de condones" ,
2024-10-08 13:19:04 +02:00
"da" : "en kondomautomat" ,
2024-11-21 10:17:35 +01:00
"cs" : "automat na kondomy" ,
"fr" : "un distributeur de préservatifs" ,
"nl" : "een condoomautomaat"
2024-01-13 01:50:41 +01:00
} ,
"tags" : [
"amenity=vending_machine" ,
"vending=condoms"
]
}
]
}
} ,
{
"builtin" : "vending_machine" ,
"override" : {
"minzoom" : 18 ,
"=presets" : [ ] ,
2024-09-19 18:48:03 +02:00
"isCounted" : false ,
2024-01-23 01:19:38 +01:00
"=name" : null
2024-01-13 01:50:41 +01:00
}
} ,
{
"builtin" : "cinema" ,
2024-01-23 01:19:38 +01:00
"hideTagRenderingsWithLabels" : [
"wikipedia"
] ,
2024-01-13 01:50:41 +01:00
"override" : {
"id" : "erotic_cinema" ,
"pointRendering" : [
{
"marker" : [
{
"icon" : "circle" ,
"color" : "white"
} ,
{
"icon" : "ring" ,
"color" : "#734a08"
}
] ,
"location" : [
"centroid" ,
"point"
] ,
"iconSize" : "40,40" ,
"anchor" : "center"
} ,
{
"marker" : [
{
"icon" : "./assets/layers/cinema/cinema.svg"
}
] ,
"location" : [
"centroid" ,
"point"
] ,
"iconSize" : "26,26" ,
"anchor" : "center"
}
] ,
"=filter" : [
"open_now"
] ,
2024-01-23 01:19:38 +01:00
"tagRenderings+" : [
"opening_hours"
] ,
2024-01-13 01:50:41 +01:00
"source" : {
"osmTags" : {
"=and" : [
"amenity=cinema" ,
"cinema=erotic"
]
}
} ,
"minzoom" : 6 ,
"=presets" : [
{
"title" : {
2024-02-20 13:33:38 +01:00
"en" : "an erotic cinema" ,
"de" : "Ein Sex-Kino" ,
2024-10-08 13:19:04 +02:00
"es" : "un cine erótico" ,
2024-11-21 10:17:35 +01:00
"cs" : "erotické kino" ,
"fr" : "un cinéma érotique" ,
"nl" : "een erotiekcinema"
2024-01-13 01:50:41 +01:00
} ,
"tags" : [
"amenity=cinema" ,
"cinema=erotic"
]
}
]
}
} ,
{
"builtin" : "cinema" ,
"override" : {
"minzoom" : 18 ,
"=presets" : [ ] ,
2024-09-19 18:48:03 +02:00
"isCounted" : false ,
2024-01-23 01:19:38 +01:00
"=name" : null
2024-01-13 01:50:41 +01:00
}
2024-01-22 15:13:06 +01:00
} ,
"love_hotel" ,
{
2024-08-12 23:49:46 +02:00
"builtin" : "tourism_accomodation" ,
2024-01-22 15:13:06 +01:00
"override" : {
2024-01-23 01:19:38 +01:00
"minzoom" : 17 ,
2024-01-22 15:13:06 +01:00
"+tagRenderings" : [
{
"id" : "hotel-type" ,
"question" : {
2024-02-20 13:33:38 +01:00
"en" : "What type of hotel is this?" ,
"de" : "Welche Art von Hotel ist das?" ,
2024-10-08 13:19:04 +02:00
"es" : "¿Qué tipo de hotel es este?" ,
2024-11-21 10:17:35 +01:00
"cs" : "O jaký typ hotelu se jedná?" ,
"fr" : "De quel type d'hôtel s'agit-il ?" ,
"nl" : "Welk type hotel is dit?"
2024-01-22 15:13:06 +01:00
} ,
"mappings" : [
{
"if" : "tourism=hotel" ,
"then" : "This is a regular, tourist hotel where people stay multiple days" ,
2024-01-23 01:19:38 +01:00
"addExtraTags" : [
"amenity="
]
2024-01-22 15:13:06 +01:00
} ,
{
"if" : "amenity=love_hotel" ,
"then" : "This is a love hotel where people rent rooms for sexual activity. The hotel rent rooms for a few days" ,
2024-01-23 01:19:38 +01:00
"addExtraTags" : [
"tourism="
]
2024-01-22 15:13:06 +01:00
}
]
2024-01-23 01:19:38 +01:00
}
] ,
2024-09-19 18:48:03 +02:00
"isCounted" : false ,
2024-01-22 15:13:06 +01:00
"=presets" : [ ]
2024-01-13 01:50:41 +01:00
}
}
] ,
"overrideAll" : {
2024-01-23 01:19:38 +01:00
"tagRenderings+" : [
{
"id" : "has_video_booth" ,
"question" : {
2024-02-20 13:33:38 +01:00
"en" : "Does {title()} have a private video booth?" ,
"de" : "Hat {title()} eine private Videokabine?" ,
2024-11-05 14:14:53 +01:00
"es" : "¿Tiene {title()} una cabina de video privada?" ,
2024-11-21 10:17:35 +01:00
"cs" : "Má {title()} soukromou video kabinu?" ,
"nl" : "Heeft {title()} een privévideocabine?"
2024-01-13 01:50:41 +01:00
} ,
2024-01-23 01:19:38 +01:00
"questionHint" : {
2024-02-20 13:33:38 +01:00
"en" : "This is for use by a single person." ,
"de" : "Dies ist für die Nutzung durch eine einzelne Person vorgesehen." ,
2024-10-08 13:19:04 +02:00
"es" : "Esto es para uso de una sola persona." ,
2024-11-21 10:17:35 +01:00
"cs" : "Je určena pro použití jednou osobou." ,
"nl" : "Dit is voor gebruik door één persoon."
2024-01-23 01:19:38 +01:00
} ,
"mappings" : [
{
"if" : "service:private_video_booth=yes" ,
"then" : "Private video booths are available"
} ,
{
"if" : "service:private_video_booth=no" ,
"then" : "No private video booths"
}
]
}
]
2024-05-27 10:50:30 +02:00
} ,
"enableMorePrivacy" : true
2024-01-13 01:50:41 +01:00
}