{
  "id": "love_hotel",
  "name": {
    "en": "Love hotels"
  },
  "description": {
    "en": "A love hotel is a type of short-stay hotel found around the world operated primarily for the purpose of allowing guests privacy for sexual activities"
  },
  "source": {
    "osmTags": "amenity=love_hotel"
  },
  "minzoom": 10,
  "title": {
    "render": {
      "en": "Love Hotel <i>{name}</i>"
    }
  },
  "pointRendering": [
    {
      "location": [
        "point",
        "centroid"
      ],
      "marker": [
        {
          "icon": "circle",
          "color": "white"
        },
        {
          "icon": "ring",
          "color": "blue"
        }
      ]
    },
    {
      "location": [
        "point",
        "centroid"
      ],
      "marker": [
        {
          "icon": "./assets/layers/hotel/hotel.svg"
        }
      ],
      "iconSize": "27,27"
    }
  ],
  "lineRendering": [],
  "presets": [
    {
      "title": {
        "en": "a love hotel"
      },
      "description": {
        "en": "A love hotel is a type of short-stay hotel found around the world operated primarily for the purpose of allowing guests privacy for sexual activities."
      },
      "tags": [
        "amenity=love_hotel"
      ]
    }
  ],
  "tagRenderings": [
    "images",
    "reviews",
    {
      "id": "name",
      "question": {
        "en": "What is the name of this love hotel?"
      },
      "render": {
        "en": "This love hotel is named <b>{name}</b>"
      },
      "freeform": {
        "key": "name"
      }
    },
    "contact"
  ],
  "credits": "Asteliks"
}