Force evaluation of lazy tags during caching

This commit is contained in:
Pieter Vander Vennet 2022-02-02 02:36:49 +01:00
parent d2176fc95b
commit e38b14b77a
2 changed files with 9 additions and 2 deletions

View file

@ -225,7 +225,8 @@ function sliceToTiles(allFeatures: FeatureSource, theme: LayoutConfig, relations
{},
{
includeDates: false,
includeNonDates: true
includeNonDates: true,
evaluateStrict: true
});