mapcomplete/assets/layers/love_hotel/love_hotel.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

89 lines
2.1 KiB
JSON
Raw Normal View History

2024-01-22 15:13:06 +01:00
{
2024-01-23 01:19:38 +01:00
"id": "love_hotel",
"name": {
2024-02-20 13:33:38 +01:00
"en": "Love hotels",
"de": "Love Hotels"
2024-01-23 01:19:38 +01:00
},
"description": {
2024-02-20 13:33:38 +01:00
"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",
"de": "Ein Love Hotel ist eine Art Kurzzeithotel, das in erster Linie zu dem Zweck betrieben wird, den Gästen Privatsphäre für sexuelle Aktivitäten zu bieten"
2024-01-23 01:19:38 +01:00
},
"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": {
2024-02-20 13:33:38 +01:00
"en": "Love Hotel <i>{name}</i>",
"de": "Love Hotel <i>{name}</i>"
2024-01-23 01:19:38 +01:00
}
},
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/tourism_accomodation/hotel.svg"
2024-01-22 15:13:06 +01:00
}
],
"iconSize": "27,27"
}
],
2024-01-23 01:19:38 +01:00
"lineRendering": [],
"presets": [
{
"title": {
2024-02-20 13:33:38 +01:00
"en": "a love hotel",
"de": "ein Love Hotel"
2024-01-23 01:19:38 +01:00
},
"description": {
2024-02-20 13:33:38 +01:00
"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.",
"de": "Ein Love Hotel ist eine Art Kurzzeithotel, das in erster Linie zu dem Zweck betrieben wird, den Gästen Privatsphäre für sexuelle Aktivitäten zu bieten"
2024-01-23 01:19:38 +01:00
},
"tags": [
"amenity=love_hotel"
]
}
],
2024-01-22 15:13:06 +01:00
"tagRenderings": [
"images",
"reviews",
{
"id": "name",
"question": {
2024-02-20 13:33:38 +01:00
"en": "What is the name of this love hotel?",
"de": "Wie lautet der Name des Love Hotels?"
2024-01-22 15:13:06 +01:00
},
"render": {
2024-02-20 13:33:38 +01:00
"en": "This love hotel is named <b>{name}</b>",
"de": "Der Name des Love Hotels lautet <b>{name}</b>"
2024-01-22 15:13:06 +01:00
},
"freeform": {
"key": "name"
}
},
"contact"
],
2024-05-27 10:50:30 +02:00
"enableMorePrivacy": true,
2024-01-23 01:19:38 +01:00
"credits": "Asteliks"
2024-01-22 15:13:06 +01:00
}