mapcomplete/assets/layers/picnic_table/picnic_table.json

104 lines
3.1 KiB
JSON
Raw Normal View History

2021-02-26 17:22:24 +01:00
{
"id": "picnic_table",
2021-02-26 17:22:24 +01:00
"name": {
"en": "Picnic tables",
2021-05-30 20:56:09 +02:00
"nl": "Picnictafels",
"it": "Tavoli da picnic",
2021-06-04 17:23:17 +02:00
"ru": "Столы для пикника",
2021-06-08 16:56:36 +02:00
"fr": "Tables de pique-nique",
"de": "Picknick-Tische"
2021-02-26 17:22:24 +01:00
},
"minzoom": 12,
"source": {
"osmTags": "leisure=picnic_table"
},
2021-02-26 17:22:24 +01:00
"title": {
"render": {
"en": "Picnic table",
2021-05-30 20:56:09 +02:00
"nl": "Picnictafel",
"it": "Tavolo da picnic",
2021-06-04 17:23:17 +02:00
"ru": "Стол для пикника",
2021-06-08 16:56:36 +02:00
"fr": "Table de pique-nique",
"de": "Picknick-Tisch"
2021-02-26 17:22:24 +01:00
}
},
"description": {
"en": "The layer showing picnic tables",
2021-05-30 20:56:09 +02:00
"nl": "Deze laag toont picnictafels",
2021-06-04 17:23:17 +02:00
"it": "Il livello che mostra i tavoli da picnic",
"fr": "La couche montrant les tables de pique-nique",
"ru": "Слой, отображающий столы для пикника"
2021-02-26 17:22:24 +01:00
},
"tagRenderings": [
{
"question": {
"en": "What material is this picnic table made of?",
2021-05-30 20:56:09 +02:00
"nl": "Van welk materiaal is deze picnictafel gemaakt?",
2021-06-08 16:56:36 +02:00
"it": "Di che materiale è fatto questo tavolo da picnic?",
"de": "Aus welchem Material besteht dieser Picknicktisch?",
2021-08-19 17:35:45 +02:00
"ru": "Из чего изготовлен этот стол для пикника?",
"fr": "En quel matériau est faite la table de pique-nique ?"
2021-02-26 17:22:24 +01:00
},
"render": {
"en": "This picnic table is made of {material}",
2021-05-30 20:56:09 +02:00
"nl": "Deze picnictafel is gemaakt van {material}",
2021-06-08 16:56:36 +02:00
"it": "Questo tavolo da picnic è fatto di {material}",
"de": "Dieser Picknicktisch besteht aus {material}",
2021-08-19 17:35:45 +02:00
"ru": "Этот стол для пикника сделан из {material}",
"fr": "La table est faite en {material}"
2021-02-26 17:22:24 +01:00
},
"freeform": {
"key": "material"
},
"mappings": [
{
2021-03-10 20:18:05 +01:00
"if": "material=wood",
2021-02-26 17:22:24 +01:00
"then": {
"en": "This is a wooden picnic table",
2021-05-30 20:56:09 +02:00
"nl": "Deze picnictafel is gemaakt uit hout",
"it": "È un tavolo da picnic in legno",
2021-06-08 16:56:36 +02:00
"ru": "Это деревянный стол для пикника",
2021-08-19 17:35:45 +02:00
"de": "Dies ist ein Picknicktisch aus Holz",
"fr": "Cest une table en bois"
}
},
{
2021-03-10 20:18:05 +01:00
"if": "material=concrete",
"then": {
"en": "This is a concrete picnic table",
2021-05-30 20:56:09 +02:00
"nl": "Deze picnictafel is gemaakt uit beton",
"it": "È un tavolo da picnic in cemento",
2021-06-08 16:56:36 +02:00
"ru": "Это бетонный стол для пикника",
2021-08-19 17:35:45 +02:00
"de": "Dies ist ein Picknicktisch aus Beton",
"fr": "Cest une table en béton"
2021-02-26 17:22:24 +01:00
}
}
]
}
],
"icon": {
"render": "circle:#e6cf39;./assets/layers/picnic_table/picnic_table.svg"
2021-02-26 17:22:24 +01:00
},
"iconSize": {
"render": "35,35,center"
},
"color": {
"render": "#00f"
},
"presets": [
{
"tags": [
"leisure=picnic_table"
],
"title": {
"en": "Picnic table",
2021-05-30 20:56:09 +02:00
"nl": "Picnic-tafel",
"it": "Tavolo da picnic",
2021-06-08 16:56:36 +02:00
"ru": "Стол для пикника",
2021-08-19 17:35:45 +02:00
"de": "Picknicktisch",
"fr": "Table de pique-nique"
2021-02-26 17:22:24 +01:00
}
}
],
"wayHandling": 1
}