mapcomplete/assets/layers/bench/bench.json

433 lines
13 KiB
JSON
Raw Normal View History

2021-02-26 17:22:24 +01:00
{
"id": "bench",
"name": {
"en": "Benches",
"de": "Sitzbänke",
2021-05-19 22:40:25 +02:00
"fr": "Bancs",
2021-05-27 21:20:04 +02:00
"nl": "Zitbanken",
"es": "Bancos",
"hu": "Padok",
"id": "Bangku",
2021-05-28 12:42:59 +02:00
"it": "Panchine",
"ru": "Скамейки"
2021-02-26 17:22:24 +01:00
},
"minzoom": 14,
"source": {
"osmTags": "amenity=bench"
},
2021-02-26 17:22:24 +01:00
"title": {
"render": {
"en": "Bench",
"de": "Sitzbank",
2021-05-19 22:40:25 +02:00
"fr": "Banc",
2021-05-27 21:20:04 +02:00
"nl": "Zitbank",
"es": "Banco",
"hu": "Pad",
"id": "Bangku",
2021-05-30 20:56:09 +02:00
"it": "Panchina",
"ru": "Скамейка"
2021-03-10 20:18:05 +01:00
}
2021-02-26 17:22:24 +01:00
},
"tagRenderings": [
"images",
{
"render": {
"en": "Backrest",
"de": "Rückenlehne",
2021-05-19 22:40:25 +02:00
"fr": "Dossier",
2021-05-27 21:20:04 +02:00
"nl": "Rugleuning",
"es": "Respaldo",
"hu": "Háttámla",
"id": "Sandaran",
2021-05-30 20:56:09 +02:00
"it": "Schienale",
"ru": "Спинка"
2021-02-26 17:22:24 +01:00
},
"freeform": {
2021-03-10 20:18:05 +01:00
"key": "backrest"
2021-02-26 17:22:24 +01:00
},
"mappings": [
{
2021-03-10 20:18:05 +01:00
"if": "backrest=yes",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Backrest: Yes",
"de": "Rückenlehne: Ja",
2021-06-04 17:23:17 +02:00
"fr": "Dossier : Oui",
2021-05-27 21:20:04 +02:00
"nl": "Heeft een rugleuning",
"es": "Respaldo: Si",
"hu": "Háttámla: Igen",
"id": "Sandaran: Ya",
2021-05-30 20:56:09 +02:00
"it": "Schienale: Sì",
"ru": "Со спинкой"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "backrest=no",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Backrest: No",
"de": "Rückenlehne: Nein",
2021-06-04 17:23:17 +02:00
"fr": "Dossier : Non",
2021-05-27 21:20:04 +02:00
"nl": "Rugleuning ontbreekt",
"es": "Respaldo: No",
"hu": "Háttámla: Nem",
"id": "Sandaran: Tidak",
2021-05-30 20:56:09 +02:00
"it": "Schienale: No",
"ru": "Без спинки"
2021-02-26 17:22:24 +01:00
}
}
],
"question": {
"en": "Does this bench have a backrest?",
"de": "Hat diese Bank eine Rückenlehne?",
2021-05-19 22:40:25 +02:00
"fr": "Ce banc dispose-t-il d'un dossier ?",
2021-05-27 21:20:04 +02:00
"nl": "Heeft deze zitbank een rugleuning?",
"es": "¿Este banco tiene un respaldo?",
"hu": "Van háttámlája ennek a padnak?",
"id": "Apakah bangku ini memiliki sandaran?",
2021-05-30 20:56:09 +02:00
"it": "Questa panchina ha lo schienale?",
"ru": "Есть ли у этой скамейки спинка?"
2021-02-26 17:22:24 +01:00
}
},
{
"render": {
"en": "{seats} seats",
"de": "{seats} Sitzplätze",
2021-05-19 22:40:25 +02:00
"fr": "{seats} places",
2021-05-27 21:20:04 +02:00
"nl": "{seats} zitplaatsen",
"es": "{seats} asientos",
"hu": "{seats} ülőhely",
"id": "{seats} kursi",
2021-05-30 20:56:09 +02:00
"it": "{seats} posti",
"ru": "{seats} мест"
2021-02-26 17:22:24 +01:00
},
"freeform": {
"key": "seats",
"type": "nat"
},
"question": {
"en": "How many seats does this bench have?",
"de": "Wie viele Sitzplätze hat diese Bank?",
2021-05-19 22:40:25 +02:00
"fr": "De combien de places dispose ce banc ?",
2021-05-27 21:20:04 +02:00
"nl": "Hoeveel zitplaatsen heeft deze bank?",
"es": "¿Cuántos asientos tiene este banco?",
"hu": "Hány ülőhely van ezen a padon?",
2021-05-30 20:56:09 +02:00
"it": "Quanti posti ha questa panchina?",
"ru": "Сколько мест на этой скамейке?"
2021-02-26 17:22:24 +01:00
}
},
{
"render": {
"en": "Material: {material}",
"de": "Material: {material}",
2021-05-19 22:40:25 +02:00
"fr": "Matériau : {material}",
2021-05-27 21:20:04 +02:00
"nl": "Gemaakt van {material}",
"es": "Material: {material}",
"hu": "Anyag: {material}",
2021-05-28 12:42:59 +02:00
"it": "Materiale: {material}",
"ru": "Материал: {material}"
2021-02-26 17:22:24 +01:00
},
"freeform": {
"key": "material",
"addExtraTags": []
},
"mappings": [
{
2021-03-10 20:18:05 +01:00
"if": "material=wood",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Material: wood",
"de": "Material: Holz",
2021-05-19 22:40:25 +02:00
"fr": "Matériau : bois",
2021-05-27 21:20:04 +02:00
"nl": "Gemaakt uit hout",
"es": "Material: madera",
"hu": "Anyag: fa",
2021-05-28 12:42:59 +02:00
"it": "Materiale: legno",
"ru": "Материал: дерево"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "material=metal",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Material: metal",
"de": "Material: Metall",
2021-05-19 22:40:25 +02:00
"fr": "Matériau : métal",
2021-05-27 21:20:04 +02:00
"nl": "Gemaakt uit metaal",
"es": "Material: metal",
"hu": "Anyag: fém",
2021-05-28 12:42:59 +02:00
"it": "Materiale: metallo",
"ru": "Материал: металл"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "material=stone",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Material: stone",
"de": "Material: Stein",
2021-06-04 17:23:17 +02:00
"fr": "Matériau : pierre",
2021-05-27 21:20:04 +02:00
"nl": "Gemaakt uit steen",
"es": "Material: piedra",
"hu": "Anyag: kő",
2021-05-28 12:42:59 +02:00
"it": "Materiale: pietra",
"ru": "Материал: камень"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "material=concrete",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Material: concrete",
"de": "Material: Beton",
2021-05-19 22:40:25 +02:00
"fr": "Matériau : béton",
2021-05-27 21:20:04 +02:00
"nl": "Gemaakt uit beton",
"es": "Material: concreto",
"hu": "Anyag: beton",
2021-05-28 12:42:59 +02:00
"it": "Materiale: cemento",
"ru": "Материал: бетон"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "material=plastic",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Material: plastic",
"de": "Material: Kunststoff",
2021-05-19 22:40:25 +02:00
"fr": "Matériau : plastique",
2021-05-27 21:20:04 +02:00
"nl": "Gemaakt uit plastiek",
"es": "Material: plastico",
"hu": "Anyag: műanyag",
2021-05-28 12:42:59 +02:00
"it": "Materiale: plastica",
"ru": "Материал: пластик"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "material=steel",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Material: steel",
"de": "Material: Stahl",
2021-05-19 22:40:25 +02:00
"fr": "Matériau : acier",
2021-05-27 21:20:04 +02:00
"nl": "Gemaakt uit staal",
"es": "Material: acero",
"hu": "Anyag: acél",
2021-05-28 12:42:59 +02:00
"it": "Materiale: acciaio",
"ru": "Материал: сталь"
2021-02-26 17:22:24 +01:00
}
}
],
"question": {
"en": "What is the bench (seating) made from?",
"de": "Aus welchem Material besteht die Sitzbank (Sitzfläche)?",
2021-05-19 22:40:25 +02:00
"fr": "De quel matériau ce banc est-il fait ?",
2021-05-27 21:20:04 +02:00
"nl": "Uit welk materiaal is het zitgedeelte van deze zitbank gemaakt?",
"hu": "Miből van a pad (ülő része)?",
"it": "Di che materiale è fatta questa panchina?"
2021-02-26 17:22:24 +01:00
}
},
{
"question": {
"en": "In which direction are you looking when sitting on the bench?",
2021-05-19 22:40:25 +02:00
"de": "In welche Richtung schaut man, wenn man auf der Bank sitzt?",
2021-05-27 21:20:04 +02:00
"nl": "In welke richting kijk je wanneer je op deze zitbank zit?",
"fr": "Dans quelle direction regardez-vous quand vous êtes assis sur le banc ?",
"hu": "Milyen irányba néz a pad?",
2021-05-30 20:56:09 +02:00
"it": "In che direzione si guarda quando si è seduti su questa panchina?",
"ru": "В каком направлении вы смотрите, когда сидите на скамейке?"
2021-02-26 17:22:24 +01:00
},
"render": {
"en": "When sitting on the bench, one looks towards {direction}°.",
2021-05-19 22:40:25 +02:00
"de": "Wenn man auf der Bank sitzt, schaut man in Richtung {direction}°.",
2021-05-27 21:20:04 +02:00
"nl": "Wanneer je op deze bank zit, dan kijk je in {direction}°.",
"fr": "Assis sur le banc, on regarde vers {direction}°.",
"hu": "A pad {direction}° felé néz.",
"it": "Quando si è seduti su questa panchina, si guarda verso {direction}°."
2021-02-26 17:22:24 +01:00
},
"freeform": {
"key": "direction",
"type": "direction"
}
},
{
"render": {
"en": "Colour: {colour}",
"de": "Farbe: {colour}",
2021-05-19 22:40:25 +02:00
"fr": "Couleur : {colour}",
2021-05-27 21:20:04 +02:00
"nl": "Kleur: {colour}",
"hu": "Szín: {colour}",
2021-05-30 20:56:09 +02:00
"it": "Colore: {colour}",
2021-06-04 17:23:17 +02:00
"ru": "Цвет: {colour}",
"id": "Warna: {colour}"
2021-02-26 17:22:24 +01:00
},
"question": {
"en": "Which colour does this bench have?",
"de": "Welche Farbe hat diese Sitzbank?",
2021-05-19 22:40:25 +02:00
"fr": "Quelle est la couleur de ce banc ?",
2021-05-27 21:20:04 +02:00
"nl": "Welke kleur heeft deze zitbank?",
"hu": "Milyen színű a pad?",
2021-05-30 20:56:09 +02:00
"it": "Di che colore è questa panchina?",
"ru": "Какого цвета скамейка?"
2021-02-26 17:22:24 +01:00
},
"freeform": {
2021-05-19 22:36:51 +02:00
"key": "colour",
"type": "color"
2021-02-26 17:22:24 +01:00
},
"mappings": [
{
2021-03-10 20:18:05 +01:00
"if": "colour=brown",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Colour: brown",
"de": "Farbe: braun",
2021-05-19 22:40:25 +02:00
"fr": "Couleur : marron",
2021-05-27 21:20:04 +02:00
"nl": "De kleur is bruin",
"hu": "Szín: barna",
2021-05-28 12:42:59 +02:00
"it": "Colore: marrone",
"ru": "Цвет: коричневый"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "colour=green",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Colour: green",
"de": "Farbe: grün",
2021-05-19 22:40:25 +02:00
"fr": "Couleur : verte",
2021-05-27 21:20:04 +02:00
"nl": "De kleur is groen",
"hu": "Szín: zöld",
2021-05-28 12:42:59 +02:00
"it": "Colore: verde",
"ru": "Цвет: зеленый"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "colour=gray",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Colour: gray",
"de": "Farbe: grau",
2021-05-19 22:40:25 +02:00
"fr": "Couleur : gris",
2021-05-27 21:20:04 +02:00
"nl": "De kleur is grijs",
"hu": "Szín: szürke",
2021-05-28 12:42:59 +02:00
"it": "Colore: grigio",
"ru": "Цвет: серый"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "colour=white",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Colour: white",
"de": "Farbe: weiß",
2021-05-19 22:40:25 +02:00
"fr": "Couleur : blanc",
2021-05-27 21:20:04 +02:00
"nl": "De kleur is wit",
"hu": "Szín: fehér",
2021-05-28 12:42:59 +02:00
"it": "Colore: bianco",
"ru": "Цвет: белый"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "colour=red",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Colour: red",
"de": "Farbe: rot",
2021-05-19 22:40:25 +02:00
"fr": "Couleur : rouge",
2021-05-27 21:20:04 +02:00
"nl": "De kleur is rood",
"hu": "Szín: piros",
2021-05-28 12:42:59 +02:00
"it": "Colore: rosso",
"ru": "Цвет: красный"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "colour=black",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Colour: black",
"de": "Farbe: schwarz",
2021-05-19 22:40:25 +02:00
"fr": "Couleur : noire",
2021-05-27 21:20:04 +02:00
"nl": "De kleur is zwart",
"hu": "Szín: fekete",
2021-05-28 12:42:59 +02:00
"it": "Colore: nero",
"ru": "Цвет: чёрный"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "colour=blue",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Colour: blue",
"de": "Farbe: blau",
2021-05-19 22:40:25 +02:00
"fr": "Couleur : bleu",
2021-05-27 21:20:04 +02:00
"nl": "De kleur is blauw",
"hu": "Szín: kék",
2021-05-28 12:42:59 +02:00
"it": "Colore: blu",
"ru": "Цвет: синий"
2021-02-26 17:22:24 +01:00
}
},
{
2021-03-10 20:18:05 +01:00
"if": "colour=yellow",
2021-02-26 17:22:24 +01:00
"then": {
"en": "Colour: yellow",
"de": "Farbe: gelb",
2021-05-19 22:40:25 +02:00
"fr": "Couleur : jaune",
2021-05-27 21:20:04 +02:00
"nl": "De kleur is geel",
"hu": "Szín: sárga",
2021-05-28 12:42:59 +02:00
"it": "Colore: giallo",
"ru": "Цвет: желтый"
2021-02-26 17:22:24 +01:00
}
}
]
},
{
2021-05-19 22:38:41 +02:00
"question": {
2021-05-19 22:40:25 +02:00
"en": "When was this bench last surveyed?",
2021-05-27 21:20:04 +02:00
"nl": "Wanneer is deze laatste bank laatst gesurveyed?",
"fr": "Quand ce banc a-t-il été contrôlé pour la dernière fois ?",
"it": "Quando è stata verificata lultima volta questa panchina?"
},
"render": {
2021-05-19 22:40:25 +02:00
"en": "This bench was last surveyed on {survey:date}",
2021-05-27 21:20:04 +02:00
"nl": "Deze bank is laatst gesurveyd op {survey:date}",
"fr": "Ce banc a été contrôlé pour la dernière fois le {survey:date}",
"it": "Questa panchina è stata controllata lultima volta in data {survey:date}"
},
"freeform": {
"key": "survey:date",
"type": "date"
},
"mappings": [
{
"if": "survey:date:={_now:date}",
"then": "Surveyed today!"
}
]
2021-02-26 17:22:24 +01:00
}
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
"render": "./assets/themes/benches/bench_poi.svg",
"mappings": []
},
"width": {
"render": "8"
},
"iconSize": {
"render": "35,35,center"
},
"color": {
"render": "#00f"
},
"presets": [
{
"tags": [
"amenity=bench"
],
"title": {
"en": "Bench",
"de": "Sitzbank",
2021-05-19 22:40:25 +02:00
"fr": "Banc",
2021-05-27 21:20:04 +02:00
"nl": "Zitbank",
2021-05-28 12:42:59 +02:00
"es": "Banco",
2021-05-30 20:56:09 +02:00
"it": "Panchina",
2021-06-04 17:23:17 +02:00
"ru": "Скамейка",
"id": "Bangku"
2021-02-26 17:22:24 +01:00
},
"description": {
"en": "Add a new bench",
"de": "Neue Sitzbank eintragen",
2021-05-19 22:40:25 +02:00
"fr": "Ajouter un nouveau banc",
2021-05-27 21:20:04 +02:00
"nl": "Voeg een nieuwe zitbank toe",
"es": "Añadir un nuevo banco",
2021-05-28 12:42:59 +02:00
"hu": "Pad hozzáadása",
2021-05-30 20:56:09 +02:00
"it": "Aggiungi una nuova panchina",
"ru": "Добавить новую скамейку"
2021-02-26 17:22:24 +01:00
}
}
]
}