Performance: remove 'isOpen' indicator from 'shops' and 'food' to increase performance
This commit is contained in:
parent
8e548be3d3
commit
4ffdb2588a
2 changed files with 1 additions and 9 deletions
|
@ -108,10 +108,6 @@
|
|||
"pointRendering": [
|
||||
{
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": "opening_hours~*",
|
||||
"then": "icons.isOpen"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
|
|
|
@ -153,10 +153,6 @@
|
|||
}
|
||||
],
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": "opening_hours~*",
|
||||
"then": "icons.isOpen"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
|
@ -370,7 +366,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"opening_hours",
|
||||
"opening_hours_by_appointment",
|
||||
"website",
|
||||
"email",
|
||||
"phone",
|
||||
|
|
Loading…
Reference in a new issue