@tak-ps/cloudtak 13.42.0 → 13.43.0
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.
|
@@ -139,6 +139,7 @@ export declare const useMapStore: import("pinia").StoreDefinition<"cloudtak", {
|
|
|
139
139
|
reconcileOverlays: () => Promise<void>;
|
|
140
140
|
updateIconRotation: (enabled: boolean) => void;
|
|
141
141
|
updateDistanceUnit: (unit: string) => void;
|
|
142
|
+
updateBackground: () => void;
|
|
142
143
|
updateAttribution: () => Promise<void>;
|
|
143
144
|
/**
|
|
144
145
|
* Determine if the feature is from the CoT store or a clicked VT feature
|