mapcomplete/assets/layers/firepit/firepit.json

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

141 lines
3.3 KiB
JSON
Raw Normal View History

2024-07-10 08:54:17 +02:00
{
"id": "firepit",
"name": {
"en": "Firepit",
2024-11-05 14:14:53 +01:00
"de": "Feuerstelle",
"es": "Hoguera"
2024-07-10 08:54:17 +02:00
},
"description": {
"en": "An outdoor place to make a fire, typically open to the public.",
2024-11-05 14:14:53 +01:00
"de": "Eine Stelle im Freien zum Feuermachen, typischerweise öffentlich zugänglich.",
"es": "Un lugar al aire libre para hacer fuego, normalmente abierto al público."
2024-07-10 08:54:17 +02:00
},
"source": {
"osmTags": "leisure=firepit"
},
"minzoom": 8,
2024-07-10 08:54:17 +02:00
"title": {
"render": {
"en": "Firepit",
2024-11-05 14:14:53 +01:00
"de": "Feuerstelle",
"es": "Hoguera"
2024-07-10 08:54:17 +02:00
}
},
"titleIcons": [
"icons.defaults"
],
"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/assembly_point/fire.svg"
}
]
}
],
"presets": [
{
"title": {
"en": "Firepit",
2024-11-05 14:14:53 +01:00
"de": "Feuerstelle",
"es": "Hoguera"
2024-07-10 08:54:17 +02:00
},
"description": {
"de": "Eine Stelle im Freien zum Feuermachen, typischerweise öffentlich zugänglich.",
2024-11-05 14:14:53 +01:00
"en": "An outdoor place to make a fire, typically open to the public.",
"es": "Un lugar al aire libre para hacer fuego, normalmente abierto al público."
2024-07-10 08:54:17 +02:00
},
"tags": [
"leisure=firepit"
]
}
],
"tagRenderings": [
"images",
{
"id": "access",
"question": {
"en": "What is the permitted access?",
2024-11-05 14:14:53 +01:00
"de": "Was ist der erlaubte Zugang?",
"es": "¿Cuál es el acceso permitido?"
2024-07-10 08:54:17 +02:00
},
"mappings": [
{
"if": "access=yes",
"then": {
"de": "Öffentlich",
2024-11-05 14:14:53 +01:00
"en": "Public",
"es": "Público"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "access=no",
"then": {
"de": "Kein Zugang",
2024-11-05 14:14:53 +01:00
"en": "No access",
"es": "Sin acceso"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "access=private",
"then": {
"de": "Privat",
2024-11-05 14:14:53 +01:00
"en": "Private",
"es": "Privado"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "access=permissive",
"then": {
"de": "Zugang bis auf Widerruf",
2024-11-05 14:14:53 +01:00
"en": "Access until revoked",
"es": "Acceso hasta que se revoque"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "access=customers",
"then": {
"de": "Zugang nur für Kunden",
2024-11-05 14:14:53 +01:00
"en": "Access only for customers",
"es": "Acceso solo para clientes"
2024-07-10 08:54:17 +02:00
}
},
{
"if": "access=permit",
"then": {
"de": "Zugang nur für Berechtigte",
2024-11-05 14:14:53 +01:00
"en": "Access only for authorized",
"es": "Acceso solo para autorizados"
2024-07-10 08:54:17 +02:00
}
}
]
},
{
"builtin": "seasonal",
"override": {
"question": {
"en": "Is the firepit available all around the year?",
2024-07-21 10:52:51 +02:00
"nl": "Is deze kampvuurplaats heel het jaar door beschikbaar?",
2024-11-05 14:14:53 +01:00
"de": "Ist diese Feuerstelle rund um das Jahr nutzbar?",
"es": "¿Está la hoguera disponible todo el año?"
2024-07-10 08:54:17 +02:00
}
}
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
}