@foodmarketmaker/mapag 0.0.18 → 0.0.19

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.
package/index.d.ts CHANGED
@@ -637,6 +637,11 @@ declare class CroplandDataLayerMapper implements MapboxMapper {
637
637
  }
638
638
  declare class CroplandDataLayerSettings {
639
639
  visible: boolean;
640
+ opacity: number;
641
+ brightnessMin: number;
642
+ brightnessMax: number;
643
+ contrast: number;
644
+ saturation: number;
640
645
  }
641
646
  type CroplandType = {
642
647
  code: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foodmarketmaker/mapag",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Angular library for interactive maps with advanced geospatial features",
5
5
  "author": "Food Market Maker",
6
6
  "license": "MIT",