mapcomplete/assets/layers/bench/bench.json

314 lines
7.8 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",
"nl": "Zitbanken"
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",
"nl": "Zitbank"
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",
"nl": "Rugleuning"
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-05-19 22:40:25 +02:00
"fr": "Dossier: Oui",
"nl": "Heeft een rugleuning"
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-05-19 22:40:25 +02:00
"fr": "Dossier: Non",
"nl": "Rugleuning ontbreekt"
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 ?",
"nl": "Heeft deze zitbank een rugleuning?"
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",
"nl": "{seats} zitplaatsen"
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 ?",
"nl": "Hoeveel zitplaatsen heeft deze bank?"
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}",
"nl": "Gemaakt van {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",
"nl": "Gemaakt uit hout"
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",
"nl": "Gemaakt uit metaal"
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-05-19 22:40:25 +02:00
"fr": "Matériau: pierre",
"nl": "Gemaakt uit steen"
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",
"nl": "Gemaakt uit beton"
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",
"nl": "Gemaakt uit plastiek"
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",
"nl": "Gemaakt uit staal"
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 ?",
"nl": "Uit welk materiaal is het zitgedeelte van deze zitbank gemaakt?"
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?",
"nl": "In welke richting kijk je wanneer je op deze zitbank zit?"
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}°.",
"nl": "Wanneer je op deze bank zit, dan kijk je in {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}",
"nl": "Kleur: {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 ?",
"nl": "Welke kleur heeft deze zitbank?"
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",
"nl": "De kleur is bruin"
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",
"nl": "De kleur is groen"
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",
"nl": "De kleur is grijs"
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",
"nl": "De kleur is wit"
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",
"nl": "De kleur is rood"
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",
"nl": "De kleur is zwart"
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",
"nl": "De kleur is blauw"
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",
"nl": "De kleur is geel"
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?",
"nl": "Wanneer is deze laatste bank laatst gesurveyed?"
},
"render": {
2021-05-19 22:40:25 +02:00
"en": "This bench was last surveyed on {survey:date}",
"nl": "Deze bank is laatst gesurveyd op {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",
"nl": "Zitbank"
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",
"nl": "Voeg een nieuwe zitbank toe"
2021-02-26 17:22:24 +01:00
}
}
]
}