@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;
|