mapcomplete/assets/layers/picnic_table/picnic_table.json

77 lines
1.6 KiB
JSON
Raw Normal View History

2021-02-26 16:22:24 +00:00
{
"id": "picnic_table",
2021-02-26 16:22:24 +00:00
"name": {
"en": "Picnic tables",
"nl": "Picnictafels"
2021-02-26 16:22:24 +00:00
},
"minzoom": 12,
"source": {
"osmTags": "leisure=picnic_table"
},
2021-02-26 16:22:24 +00:00
"title": {
"render": {
"en": "Picnic table",
"nl": "Picnictafel"
2021-02-26 16:22:24 +00:00
}
},
"description": {
"en": "The layer showing picnic tables",
"nl": "Deze laag toont picnictafels"
2021-02-26 16:22:24 +00:00
},
"tagRenderings": [
{
"question": {
"en": "What material is this picnic table made of?",
"nl": "Van welk materiaal is deze picnictafel gemaakt?"
2021-02-26 16:22:24 +00:00
},
"render": {
"en": "This picnic table is made of {material}",
"nl": "Deze picnictafel is gemaakt van {material}"
2021-02-26 16:22:24 +00:00
},
"freeform": {
"key": "material"
},
"mappings": [
{
2021-03-10 19:18:05 +00:00
"if": "material=wood",
2021-02-26 16:22:24 +00:00
"then": {
"en": "This is a wooden picnic table",
"nl": "Deze picnictafel is gemaakt uit hout"
}
},
{
2021-03-10 19:18:05 +00:00
"if": "material=concrete",
"then": {
"en": "This is a concrete picnic table",
"nl": "Deze picnictafel is gemaakt uit beton"
2021-02-26 16:22:24 +00:00
}
}
]
}
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
"render": "circle:#e6cf39;./assets/layers/picnic_table/picnic_table.svg"
2021-02-26 16:22:24 +00:00
},
"width": {
"render": "8"
},
"iconSize": {
"render": "35,35,center"
},
"color": {
"render": "#00f"
},
"presets": [
{
"tags": [
"leisure=picnic_table"
],
"title": {
"en": "Picnic table",
"nl": "Picnic-tafel"
2021-02-26 16:22:24 +00:00
}
}
],
"wayHandling": 1
}