mapcomplete/assets/layers/picnic_table/picnic_table.json

124 lines
3.6 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",
"de": "Picknick-Tische"
},
"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",
"de": "Picknick-Tisch"
}
},
"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": "Слой, отображающий столы для пикника",
"de": "Die Ebene zeigt Picknicktische an"
},
"tagRenderings": [
"images",
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": "Из чего изготовлен этот стол для пикника?",
"fr": "En quel matériau est faite la table de pique-nique ?"
},
"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}",
"fr": "La table est faite en {material}"
},
"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",
"fr": "Cest une table en bois"
}
},
{
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",
"fr": "Cest une table en béton"
}
}
2021-11-07 14:37:21 +01:00
],
"id": "picnic_table-material"
}
],
"presets": [
{
"tags": [
"leisure=picnic_table"
],
"title": {
"en": "picnic table",
"nl": "picnic-tafel",
"it": "tavolo da picnic",
"ru": "стол для пикника",
"de": "picknicktisch",
"fr": "table de pique-nique"
}
}
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
},
"mapRendering": [
{
"icon": {
"render": "circle:#e6cf39;./assets/layers/picnic_table/picnic_table.svg"
},
"iconSize": {
"render": "35,35,center"
},
"location": [
2021-11-09 19:45:26 +01:00
"point",
"centroid"
2021-11-07 15:31:55 +01:00
]
}
]
2021-02-26 17:22:24 +01:00
}