Performance: remove 'isOpen' indicator from 'shops' and 'food' to increase performance

This commit is contained in:
Pieter Vander Vennet 2024-10-07 01:28:07 +02:00
parent 8e548be3d3
commit 4ffdb2588a
2 changed files with 1 additions and 9 deletions

View file

@ -108,10 +108,6 @@
"pointRendering": [ "pointRendering": [
{ {
"iconBadges": [ "iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
},
{ {
"if": { "if": {
"or": [ "or": [

View file

@ -153,10 +153,6 @@
} }
], ],
"iconBadges": [ "iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
},
{ {
"if": { "if": {
"or": [ "or": [
@ -370,7 +366,7 @@
] ]
} }
}, },
"opening_hours", "opening_hours_by_appointment",
"website", "website",
"email", "email",
"phone", "phone",