mapcomplete/assets/layers/picnic_table/picnic_table.json

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

145 lines
4.5 KiB
JSON
Raw Normal View History

2021-02-26 17:22:24 +01:00
{
2021-11-07 14:37:21 +01:00
"id": "picnic_table",
"name": {
"en": "Picnic tables",
2022-02-11 00:27:45 +01:00
"nl": "Picknicktafels",
2021-11-07 14:37:21 +01:00
"it": "Tavoli da picnic",
"ru": "Столы для пикника",
"fr": "Tables de pique-nique",
2022-04-13 18:42:40 +02:00
"de": "Picknick-Tische",
2022-06-19 22:13:38 +02:00
"ca": "Taules de pícnic",
"es": "Mesas de pícnic"
2021-11-07 14:37:21 +01:00
},
"minzoom": 12,
"source": {
"osmTags": "leisure=picnic_table"
},
"title": {
"render": {
"en": "Picnic table",
2022-02-11 00:27:45 +01:00
"nl": "Picknicktafel",
2021-11-07 14:37:21 +01:00
"it": "Tavolo da picnic",
"ru": "Стол для пикника",
"fr": "Table de pique-nique",
2022-04-13 18:42:40 +02:00
"de": "Picknick-Tisch",
2022-06-19 22:13:38 +02:00
"ca": "Taula de pícnic",
"es": "Mesa de pícnic"
2021-11-07 14:37:21 +01:00
}
},
"description": {
"en": "The layer showing picnic tables",
2022-02-11 00:27:45 +01:00
"nl": "Deze laag toont picknicktafels",
2021-11-07 14:37:21 +01:00
"it": "Il livello che mostra i tavoli da picnic",
"fr": "La couche montrant les tables de pique-nique",
"ru": "Слой, отображающий столы для пикника",
2022-06-19 22:13:38 +02:00
"de": "Die Ebene zeigt Picknicktische an",
"es": "Una capa que muestra mesas de pícnic"
2021-11-07 14:37:21 +01:00
},
"tagRenderings": [
"images",
2022-07-25 16:45:11 +02:00
"level",
2021-11-07 14:37:21 +01:00
{
"question": {
"en": "What material is this picnic table made of?",
2022-02-11 00:27:45 +01:00
"nl": "Van welk materiaal is deze picknicktafel gemaakt?",
2021-11-07 14:37:21 +01:00
"it": "Di che materiale è fatto questo tavolo da picnic?",
"de": "Aus welchem Material besteht dieser Picknicktisch?",
"ru": "Из чего изготовлен этот стол для пикника?",
2022-06-19 22:13:38 +02:00
"fr": "En quel matériau est faite la table de pique-nique ?",
"es": "¿De qué material está hecha esta mesa de pícnic?"
2021-11-07 14:37:21 +01:00
},
"render": {
"en": "This picnic table is made of {material}",
2022-02-11 00:27:45 +01:00
"nl": "Deze picknicktafel is gemaakt van {material}",
2021-11-07 14:37:21 +01:00
"it": "Questo tavolo da picnic è fatto di {material}",
"de": "Dieser Picknicktisch besteht aus {material}",
"ru": "Этот стол для пикника сделан из {material}",
2022-06-19 22:13:38 +02:00
"fr": "La table est faite en {material}",
"es": "Esta mesa de pícnic está hecha de {material}"
2021-11-07 14:37:21 +01:00
},
"freeform": {
"key": "material"
},
"mappings": [
{
2021-11-07 14:37:21 +01:00
"if": "material=wood",
"then": {
"en": "This is a wooden picnic table",
2022-02-11 00:27:45 +01:00
"nl": "Deze picknicktafel is gemaakt uit hout",
2021-11-07 14:37:21 +01:00
"it": "È un tavolo da picnic in legno",
"ru": "Это деревянный стол для пикника",
"de": "Dies ist ein Picknicktisch aus Holz",
2022-06-19 22:13:38 +02:00
"fr": "Cest une table en bois",
"es": "Esta es una mesa de pícnic de madera"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "material=concrete",
"then": {
"en": "This is a concrete picnic table",
2022-02-11 00:27:45 +01:00
"nl": "Deze picknicktafel is gemaakt uit beton",
2021-11-07 14:37:21 +01:00
"it": "È un tavolo da picnic in cemento",
"ru": "Это бетонный стол для пикника",
"de": "Dies ist ein Picknicktisch aus Beton",
2022-06-19 22:13:38 +02:00
"fr": "Cest une table en béton",
"es": "Esta es una mesa de pícnic de hormigón"
2021-11-07 14:37:21 +01:00
}
2022-06-01 20:11:17 +02:00
},
{
"if": "material=plastic",
"then": {
"en": "This picnic table is made from (recycled) plastic",
2022-06-03 01:42:58 +02:00
"nl": "Deze picknictafel is gemaakt uit (gerecycleerd) plastiek",
2022-06-19 22:13:38 +02:00
"de": "Dieser Picknicktisch ist aus (recyceltem) Kunststoff hergestellt",
2022-07-27 10:13:31 +02:00
"es": "Esta es una mesa de picnic hecha de plástico reciclado",
"fr": "Cette table de pique-nique est en plastique (recyclé)"
2022-06-01 20:11:17 +02:00
}
}
2021-11-07 14:37:21 +01:00
],
"id": "picnic_table-material"
}
],
"presets": [
{
"tags": [
"leisure=picnic_table"
],
"title": {
2022-04-03 03:10:06 +02:00
"en": "a picnic table",
2022-04-07 03:13:29 +02:00
"nl": "een picknicktafel",
"it": "una tavolo da picnic",
2021-11-07 14:37:21 +01:00
"ru": "стол для пикника",
2022-05-21 02:31:32 +02:00
"de": "einen Picknick-Tisch",
2022-06-19 22:13:38 +02:00
"fr": "une table de pique-nique",
2023-05-01 10:10:26 +02:00
"es": "una mesa de pícnic",
"ca": "una taula de pícnic"
2021-11-07 14:37:21 +01:00
}
}
2021-11-07 14:37:21 +01:00
],
"deletion": {
"softDeletionTags": {
"and": [
"disused:amenity:={amenity}",
"amenity="
]
},
"neededChangesets": 1
},
"allowMove": {
"enableRelocation": false,
"enableImproveAccuraccy": true
2021-11-07 15:31:55 +01:00
},
2023-09-19 14:04:13 +02:00
"pointRendering": [
2021-11-07 15:31:55 +01:00
{
"icon": "circle:#e6cf39;./assets/layers/picnic_table/picnic_table.svg",
"iconSize": "35,35",
2021-11-07 15:31:55 +01:00
"location": [
2021-11-09 19:45:26 +01:00
"point",
"centroid"
],
"anchor": "center"
2021-11-07 15:31:55 +01:00
}
2023-09-19 14:04:13 +02:00
],
"lineRendering": []
}