mapcomplete/assets/layers/food_courts/food_courts.json

76 lines
1.4 KiB
JSON

{
"id": "food_courts",
"name": {
"en": "Food Courts"
},
"description": {
"en": "Food courts with a variety of food options."
},
"source": {
"osmTags": "amenity=food_court"
},
"minzoom": 12,
"title": {
"render": {
"en": "Food Court"
},
"mappings": [
{
"if": "name~*",
"then": "{name}"
}
]
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "./assets/layers/food_courts/food_court.svg"
}
],
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
}
}
],
"lineRendering": [
{
"color": "#C77400",
"fillColor": "#C774004D"
}
],
"tagRenderings": [
{
"id": "name",
"question": {
"en": "What is the name of this food court?"
},
"freeform": {
"key": "name",
"type": "string",
"placeholder": {
"en": "Name of the food court"
}
},
"render": {
"en": "This food court is called <b>{name}</b>."
}
},
"reviews",
"images",
"opening_hours",
"wheelchair-access",
"website",
"phone",
"smoking"
]
}