{
  "id": "openlovemap",
  "title": {
    "en": "Open Love Map",
    "de": "Open Love Map",
    "es": "Open Love Map"
  },
  "description": {
    "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.",
    "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 clubs de striptease."
  },
  "icon": "./assets/layers/stripclub/stripclub.svg",
  "hideFromOverview": true,
  "layers": [
    "brothel",
    "stripclub",
    {
      "builtin": "shops",
      "override": {
        "id": "erotic_shop",
        "source": {
          "osmTags": "shop=erotic"
        },
        "minzoom": 6,
        "=filter": [
          "open_now"
        ],
        "name": {
          "en": "Erotic shops",
          "de": "Erotikgeschäfte",
          "es": "Tiendas eróticas"
        },
        "=presets": [
          {
            "title": {
              "en": "an erotic shop",
              "de": "ein Erotikgeschäft",
              "es": "una tienda erótica"
            },
            "tags": [
              "shop=erotic"
            ]
          }
        ]
      }
    },
    {
      "builtin": "shops",
      "override": {
        "minzoom": 18,
        "=presets": [],
        "=name": null,
        "doCount": false,
        "=filter": {
          "sameAs": "erotic_shop"
        }
      }
    },
    {
      "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": {
              "en": "a condom vending machine",
              "de": "ein Kondomautomat",
              "es": "una máquina de venta de condones",
              "da": "en kondomautomat"
            },
            "tags": [
              "amenity=vending_machine",
              "vending=condoms"
            ]
          }
        ]
      }
    },
    {
      "builtin": "vending_machine",
      "override": {
        "minzoom": 18,
        "=presets": [],
        "doCount": false,
        "=name": null
      }
    },
    {
      "builtin": "cinema",
      "hideTagRenderingsWithLabels": [
        "wikipedia"
      ],
      "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"
        ],
        "tagRenderings+": [
          "opening_hours"
        ],
        "source": {
          "osmTags": {
            "=and": [
              "amenity=cinema",
              "cinema=erotic"
            ]
          }
        },
        "minzoom": 6,
        "=presets": [
          {
            "title": {
              "en": "an erotic cinema",
              "de": "Ein Sex-Kino",
              "es": "un cine erótico"
            },
            "tags": [
              "amenity=cinema",
              "cinema=erotic"
            ]
          }
        ]
      }
    },
    {
      "builtin": "cinema",
      "override": {
        "minzoom": 18,
        "=presets": [],
        "doCount": false,
        "=name": null
      }
    },
    "love_hotel",
    {
      "builtin": "hotel",
      "override": {
        "minzoom": 17,
        "+tagRenderings": [
          {
            "id": "hotel-type",
            "question": {
              "en": "What type of hotel is this?",
              "de": "Welche Art von Hotel ist das?",
              "es": "¿Qué tipo de hotel es este?"
            },
            "mappings": [
              {
                "if": "tourism=hotel",
                "then": "This is a regular, tourist hotel where people stay multiple days",
                "addExtraTags": [
                  "amenity="
                ]
              },
              {
                "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",
                "addExtraTags": [
                  "tourism="
                ]
              }
            ]
          }
        ],
        "doCount": false,
        "=presets": []
      }
    }
  ],
  "overrideAll": {
    "tagRenderings+": [
      {
        "id": "has_video_booth",
        "question": {
          "en": "Does {title()} have a private video booth?",
          "de": "Hat {title()} eine private Videokabine?",
          "es": "¿Este {title()} tiene una cabina de video privada?"
        },
        "questionHint": {
          "en": "This is for use by a single person.",
          "de": "Dies ist für die Nutzung durch eine einzelne Person vorgesehen.",
          "es": "Esto es para uso de una sola persona."
        },
        "mappings": [
          {
            "if": "service:private_video_booth=yes",
            "then": "Private video booths are available"
          },
          {
            "if": "service:private_video_booth=no",
            "then": "No private video booths"
          }
        ]
      }
    ]
  },
  "enableMorePrivacy": true
}