@carto/api-client 0.5.32-alpha.77957dd.124 → 0.5.32-alpha.c61b967.125

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11288,6 +11288,10 @@ function createChannelProps(id, layerType, config2, visualChannels, data, datase
11288
11288
  result.fillPatternAtlas = getPatternAtlas();
11289
11289
  result.fillPatternMapping = PATTERN_ATLAS_MAPPING;
11290
11290
  result.fillPatternMask = true;
11291
+ result.textureParameters = {
11292
+ magFilter: "nearest",
11293
+ minFilter: "nearest"
11294
+ };
11291
11295
  result.getFillPatternScale = visConfig.fillPatternSize ?? 1;
11292
11296
  result.fillPattern = visConfig.fillPattern;
11293
11297
  const { fillPatternField, fillPatternScale } = visualChannels;