mapcomplete/assets/layers/picnic_table/picnic_table.json

175 lines
5.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "picnic_table",
"name": {
"en": "Picnic tables",
"nl": "Picknicktafels",
"it": "Tavoli da picnic",
"ru": "Столы для пикника",
"fr": "Tables de pique-nique",
"de": "Picknick-Tische",
"ca": "Taules de pícnic",
"es": "Mesas de pícnic",
"cs": "Piknikové stoly"
},
"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"
},
"source": {
"osmTags": "leisure=picnic_table"
},
"minzoom": 12,
"title": {
"render": {
"en": "Picnic table",
"nl": "Picknicktafel",
"it": "Tavolo da picnic",
"ru": "Стол для пикника",
"fr": "Table de pique-nique",
"de": "Picknick-Tisch",
"ca": "Taula de pícnic",
"es": "Mesa de pícnic",
"cs": "Piknikový stůl"
}
},
"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"
}
}
],
"tagRenderings": [
"images",
"level",
{
"question": {
"en": "What material is this picnic table made of?",
"nl": "Van welk materiaal is deze picknicktafel gemaakt?",
"it": "Di che materiale è fatto questo tavolo da picnic?",
"de": "Aus welchem Material besteht dieser Picknicktisch?",
"ru": "Из чего изготовлен этот стол для пикника?",
"fr": "En quel matériau est faite la table de pique-nique ?",
"es": "¿De qué material está hecha esta mesa de pícnic?",
"ca": "De quin material està feta aquesta taula de pícnic?",
"cs": "Z jakého materiálu je vyroben tento piknikový stůl?"
},
"render": {
"en": "This picnic table is made of {material}",
"nl": "Deze picknicktafel is gemaakt van {material}",
"it": "Questo tavolo da picnic è fatto di {material}",
"de": "Dieser Picknicktisch besteht aus {material}",
"ru": "Этот стол для пикника сделан из {material}",
"fr": "La table est faite en {material}",
"es": "Esta mesa de pícnic está hecha de {material}",
"ca": "Aquesta taula de pícnic està feta de {material}",
"cs": "Tento piknikový stůl je vyroben z {material}"
},
"freeform": {
"key": "material"
},
"mappings": [
{
"if": "material=wood",
"then": {
"en": "This is a wooden picnic table",
"nl": "Deze picknicktafel is gemaakt uit hout",
"it": "È un tavolo da picnic in legno",
"ru": "Это деревянный стол для пикника",
"de": "Dies ist ein Picknicktisch aus Holz",
"fr": "Cest une table en bois",
"es": "Esta es una mesa de pícnic de madera",
"ca": "Aquesta és una taula de pícnic de fusta",
"cs": "Jedná se o dřevěný piknikový stůl"
}
},
{
"if": "material=concrete",
"then": {
"en": "This is a concrete picnic table",
"nl": "Deze picknicktafel is gemaakt uit beton",
"it": "È un tavolo da picnic in cemento",
"ru": "Это бетонный стол для пикника",
"de": "Dies ist ein Picknicktisch aus Beton",
"fr": "Cest une table en béton",
"es": "Esta es una mesa de pícnic de hormigón",
"ca": "Açò és una taula de pícnic de formigó",
"cs": "Jedná se o betonový piknikový stůl"
}
},
{
"if": "material=plastic",
"then": {
"en": "This picnic table is made from (recycled) plastic",
"nl": "Deze picknictafel is gemaakt uit (gerecycleerd) plastiek",
"de": "Dieser Picknicktisch ist aus (recyceltem) Kunststoff hergestellt",
"es": "Esta es una mesa de picnic hecha de plástico reciclado",
"fr": "Cette table de pique-nique est en plastique (recyclé)",
"ca": "Açò és una taula de pícnic feta de plàstic reciclat",
"cs": "Tento piknikový stůl je vyroben z plastu (recyklované)"
}
},
{
"if": "material=metal",
"then": {
"en": "This picnic table is made from metal",
"nl": "Deze picnictafel is gemaakt uit metaal",
"de": "Der Picknicktisch ist aus Metall"
}
}
],
"id": "picnic_table-material"
}
],
"deletion": {
"softDeletionTags": {
"and": [
"disused:amenity:={amenity}",
"amenity="
]
},
"neededChangesets": 1
},
"allowMove": {
"enableRelocation": false,
"enableImproveAccuracy": true
}
}