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": [
|
"pointRendering": [
|
||||||
{
|
{
|
||||||
"iconBadges": [
|
"iconBadges": [
|
||||||
{
|
|
||||||
"if": "opening_hours~*",
|
|
||||||
"then": "icons.isOpen"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"if": {
|
"if": {
|
||||||
"or": [
|
"or": [
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue