You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tile layer_size is reached (default 1250KB and max 2500KB) some features are dropped.
Is it possible to create a mts-recipe.json that can control which features are dropped?
I know that you can use limit the number of features with an expression, but it requires you to define a number of features instead of size (in KB).
Would it be possible to create an expression that would drop features when reaching the size limit?
i.e.
Drop features who have smaller values in attribute called "area".
The text was updated successfully, but these errors were encountered:
Hello,
When tile
layer_size
is reached (default1250KB
and max2500KB
) some features are dropped.Is it possible to create a
mts-recipe.json
that can control which features are dropped?I know that you can use
limit
the number of features with an expression, but it requires you to define anumber
of features instead of size (in KB).Would it be possible to create an expression that would drop features when reaching the size limit?
i.e.
Drop features who have smaller values in attribute called "area".
The text was updated successfully, but these errors were encountered: