@kepler.gl/constants 3.3.0-alpha.1 → 3.3.0-alpha.3
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.
|
@@ -808,6 +808,11 @@ export declare const MAP_CONTROLS: {
|
|
|
808
808
|
annotation: "annotation";
|
|
809
809
|
aiAssistant: "aiAssistant";
|
|
810
810
|
};
|
|
811
|
+
export declare enum MapSplitMode {
|
|
812
|
+
SINGLE_MAP = "SINGLE_MAP",
|
|
813
|
+
DUAL_MAP = "DUAL_MAP",
|
|
814
|
+
SWIPE_COMPARE = "SWIPE_COMPARE"
|
|
815
|
+
}
|
|
811
816
|
/**
|
|
812
817
|
* A multiplier for screen-space width/scale for Arc, Line, Icon and Text layers.
|
|
813
818
|
* Required in order to maintain the same appearance after upgrading to deck.gl v8.5.
|