004329: A display filter is not defined for minimum scales for layer <value>.

Description

Display filters are queries that can limit which features of a feature layer are displayed on a map within specified scale ranges. If a display filter is defined for part of the visible scale range but not for the minimum scale range, all features will still be displayed within the minimum scale range. However, the features within the unfiltered minimum scale range are not cached into vector tiles in this case, so those features will not be displayed in the resulting vector tile layer at those scales. This is to avoid creating very large vector tile caches and increased processing times.

Solution

You have the following options:

  • Do nothing. The features at the minimum scale range will not be cached into the tiles at lower levels of detail.
  • Define the display filter for the minimum scale range by adding a query to limit features that will be displayed on the map.