2024-01-22 15:13:06 +01:00
{
2024-01-23 01:19:38 +01:00
"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"
} ,
2024-01-22 15:13:06 +01:00
"minzoom" : 10 ,
2024-01-23 01:19:38 +01:00
"title" : {
"render" : {
"en" : "Love Hotel <i>{name}</i>"
}
} ,
2024-01-22 15:13:06 +01:00
"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"
}
] ,
2024-01-23 01:19:38 +01:00
"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"
]
}
] ,
2024-01-22 15:13:06 +01:00
"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"
] ,
2024-01-23 01:19:38 +01:00
"credits" : "Asteliks"
2024-01-22 15:13:06 +01:00
}