forked from MapComplete/MapComplete
Force evaluation of lazy tags during caching
This commit is contained in:
parent
d2176fc95b
commit
e38b14b77a
2 changed files with 9 additions and 2 deletions
|
@ -225,7 +225,8 @@ function sliceToTiles(allFeatures: FeatureSource, theme: LayoutConfig, relations
|
|||
{},
|
||||
{
|
||||
includeDates: false,
|
||||
includeNonDates: true
|
||||
includeNonDates: true,
|
||||
evaluateStrict: true
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue