@artstesh/maps 5.2.12 → 5.2.13

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.
@@ -2680,7 +2680,7 @@ class RasterTileLayerFactory {
2680
2680
  const raster = new RasterSource({
2681
2681
  sources: [source],
2682
2682
  operationType: 'image',
2683
- operation: (arg) => settings.operation(arg),
2683
+ operation: settings.operation,
2684
2684
  });
2685
2685
  return new ImageLayer({ source: raster, opacity: settings.opacity });
2686
2686
  }