mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
add satellite overlay toggle
This commit is contained in:
@@ -400,3 +400,17 @@ export function fetchSourceError(msg) {
|
||||
msg,
|
||||
};
|
||||
}
|
||||
|
||||
export const USE_SATELLITE_TILES_OVERLAY = "USE_SATELLITE_TILES_OVERLAY";
|
||||
export function useSatelliteTilesOverlay() {
|
||||
return {
|
||||
type: USE_SATELLITE_TILES_OVERLAY,
|
||||
};
|
||||
}
|
||||
|
||||
export const RESET_TILES_OVERLAY = "RESET_TILES_OVERLAY";
|
||||
export function resetTilesOverlay() {
|
||||
return {
|
||||
type: RESET_TILES_OVERLAY,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user