mapcomplete/assets/layers/bbq/bbq.json

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

214 lines
5.2 KiB
JSON
Raw Normal View History

2024-07-10 08:54:17 +02:00
{
"id": "bbq",
"name": {
"en": "BBQ",
"de": "Grillstelle",
"cs": "BBQ",
"es": "Barbacoa"
2024-07-10 08:54:17 +02:00
},
"description": {
"de": "Ein ortsfest installierter Grill, typischerweise öffentlich zugänglich.",
"en": "A permanently installed barbecue, typically accessible to the public.",
"cs": "Trvale instalovaný gril, obvykle přístupný veřejnosti.",
"es": "Una barbacoa instalada permanentemente, normalmente accesible al público."
2024-07-10 08:54:17 +02:00
},
"source": {
"osmTags": "amenity=bbq"
},
"minzoom": 8,
2024-07-10 08:54:17 +02:00
"title": {
"render": {
"en": "BBQ",
"de": "Grillstelle",
"cs": "BBQ",
"es": "Barbacoa"
2024-07-10 08:54:17 +02:00
}
},
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "bottom",
"marker": [
{
"icon": "circle",
"color": "white"
2024-07-10 08:54:17 +02:00
},
{
"icon": "./assets/layers/bbq/bbq.svg"
2024-07-10 08:54:17 +02:00
}
]
}
],
"presets": [
{
"title": {
"en": "BBQ",
"de": "Grillstelle",
"cs": "BBQ",
"es": "Barbacoa"
2024-07-10 08:54:17 +02:00
},
"description": {
"de": "Ein ortsfest installierter Grill, typischerweise öffentlich zugänglich.",
"en": "A permanently installed barbecue, typically accessible to the public.",
"cs": "Trvale instalovaný gril, obvykle přístupný veřejnosti.",
"es": "Una barbacoa instalada permanentemente, normalmente accesible al público."
2024-07-10 08:54:17 +02:00
},
"tags": [
"amenity=bbq"
]
}
],
"tagRenderings": [
"images",
{
"id": "access",
"question": {
"en": "What is the permitted access?",
"de": "Was ist der erlaubte Zugang?",
"cs": "Jaký přístup je povolen?"
2024-07-10 08:54:17 +02:00
},
"mappings": [
{
"if": "access=yes",
"then": {
"de": "Öffentlich",
"en": "Public",
"cs": "Veřejné",
"es": "Pública"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "access=no",
"then": {
"de": "Kein Zugang",
"en": "No access",
"cs": "Zákaz vstupu",
"es": "Sin acceso"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "access=private",
"then": {
"de": "Privat",
"en": "Private",
"cs": "Soukromé",
"es": "Privada"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "access=permissive",
"then": {
"de": "Zugang bis auf Widerruf",
"en": "Access until revoked",
"cs": "Přístup až do odvolání",
"es": "Acceso hasta que se anule"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "access=customers",
"then": {
"de": "Zugang nur für Kunden",
"en": "Access only for customers",
"cs": "Přístup pouze pro zákazníky",
"es": "Acceso exclusivo para clientes"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "access=permit",
"then": {
"de": "Zugang nur für Berechtigte",
"en": "Access only for authorized persons",
"cs": "Přístup pouze pro oprávněné osoby",
"es": "Acceso exclusivo a personal autorizado"
2024-07-10 08:54:17 +02:00
}
}
]
},
{
"id": "covered",
"question": {
"en": "Is the grill covered?",
"de": "Ist die Grillstelle überdacht?",
"cs": "Je gril zakrytý?",
"es": "¿Está cubierta la parrilla?"
2024-07-10 08:54:17 +02:00
},
"mappings": [
{
"if": "covered=no",
"then": {
"de": "Die Grillstelle ist nicht überdacht",
"en": "The grill is not covered",
"cs": "Gril není zakrytý",
"es": "La parrilla no está cubierta"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "covered=yes",
"then": {
"de": "Die Grillstelle ist überdacht",
"en": "The grill is covered",
"cs": "Gril je zakrytý",
"es": "La parrilla está cubierta"
2024-07-10 08:54:17 +02:00
}
}
]
},
{
"id": "fuel",
"question": {
"en": "How ist the grill fueled?",
2024-10-19 14:44:55 +02:00
"de": "Womit wird der Grill befeuert?",
"cs": "Jak je gril napájen?",
"es": "¿Cómo se alimenta la parrilla?"
2024-07-10 08:54:17 +02:00
},
"mappings": [
{
"if": "fuel=wood",
"then": {
"de": "Holz",
"en": "Wood",
"cs": "Dřevo",
"es": "Madera"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "fuel=charcoal",
"then": {
"de": "Kohle",
"en": "Charcoal",
"cs": "Dřevěné uhlí",
"es": "Carbón"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "fuel=electric",
"then": {
"de": "Elektronisch",
"en": "Electric",
"cs": "Elektrický",
"es": "Eléctrica"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "fuel=gas",
"then": {
"de": "Gas",
"en": "Gas",
"cs": "Plynový",
"es": "Gas"
2024-07-10 08:54:17 +02:00
}
}
]
}
],
"deletion": true,
2024-07-10 08:54:17 +02:00
"allowMove": {
"enableRelocation": false,
"enableImproveAccuracy": true
}
2024-07-10 08:54:17 +02:00
}