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.

168 lines
5.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",
2023-10-16 13:38:53 +02:00
"es": "Mesas de pícnic",
"cs": "Piknikové stoly"
2021-11-07 14:37:21 +01:00
},
"description": {
"en": "The layer showing picnic tables",
"nl": "Deze laag toont picknicktafels",
"it": "Il livello che mostra i tavoli da picnic",
"fr": "La couche montrant les tables de pique-nique",
"ru": "Слой, отображающий столы для пикника",
"de": "Die Ebene zeigt Picknicktische an",
"es": "Una capa que muestra mesas de pícnic",
"ca": "La capa mostra taules de pícnic",
"cs": "Vrstva zobrazující piknikové stoly"
},
2021-11-07 14:37:21 +01:00
"source": {
"osmTags": "leisure=picnic_table"
},
"minzoom": 12,
2021-11-07 14:37:21 +01:00
"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",
2023-10-16 13:38:53 +02:00
"es": "Mesa de pícnic",
"cs": "Piknikový stůl"
2021-11-07 14:37:21 +01:00
}
},
"pointRendering": [
{
"iconSize": "35,35",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "#e6cf39"
},
{
"icon": "./assets/layers/picnic_table/picnic_table.svg"
}
]
}
],
"lineRendering": [],
"presets": [
{
"tags": [
"leisure=picnic_table"
],
"title": {
"en": "a picnic table",
"nl": "een picknicktafel",
"it": "una tavolo da picnic",
"ru": "стол для пикника",
"de": "einen Picknick-Tisch",
"fr": "une table de pique-nique",
"es": "una mesa de pícnic",
"ca": "una taula de pícnic",
"cs": "piknikový stůl"
}
}
],
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 ?",
2023-09-28 16:56:25 +02:00
"es": "¿De qué material está hecha esta mesa de pícnic?",
2023-10-16 13:38:53 +02:00
"ca": "De quin material està feta aquesta taula de pícnic?",
"cs": "Z jakého materiálu je vyroben tento piknikový stůl?"
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}",
2023-09-28 16:56:25 +02:00
"es": "Esta mesa de pícnic está hecha de {material}",
2023-10-16 13:38:53 +02:00
"ca": "Aquesta taula de pícnic està feta de {material}",
"cs": "Tento piknikový stůl je vyroben z {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",
2023-09-28 16:56:25 +02:00
"es": "Esta es una mesa de pícnic de madera",
2023-10-16 13:38:53 +02:00
"ca": "Aquesta és una taula de pícnic de fusta",
"cs": "Jedná se o dřevěný piknikový stůl"
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",
2023-09-28 16:56:25 +02:00
"es": "Esta es una mesa de pícnic de hormigón",
2023-10-16 13:38:53 +02:00
"ca": "Açò és una taula de pícnic de formigó",
"cs": "Jedná se o betonový piknikový stůl"
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",
2023-09-28 16:56:25 +02:00
"fr": "Cette table de pique-nique est en plastique (recyclé)",
2023-10-16 13:38:53 +02:00
"ca": "Açò és una taula de pícnic feta de plàstic reciclat",
"cs": "Tento piknikový stůl je vyroben z plastu (recyklované)"
2022-06-01 20:11:17 +02:00
}
}
2021-11-07 14:37:21 +01:00
],
"id": "picnic_table-material"
}
],
"deletion": {
"softDeletionTags": {
"and": [
"disused:amenity:={amenity}",
"amenity="
]
},
"neededChangesets": 1
},
"allowMove": {
"enableRelocation": false,
"enableImproveAccuraccy": true
}
}