Skip to content

Commit 9e52568

Browse files
authored
Merge pull request #861 from SlideRuleEarth/carlos-dev4
Make with atl08 defaulted on for Show Photon Cloud
2 parents 933909f + c80a5d5 commit 9e52568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-client/src/stores/atlChartFilterStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const useAtlChartFilterStore = defineStore('atlChartFilter', {
1818
isWarning: true as boolean,
1919
showMessage: false as boolean,
2020
showPhotonCloud: false as boolean,
21-
includeAtl08: false as boolean, // Include ATL08 classification in photon cloud
21+
includeAtl08: true as boolean, // Include ATL08 classification in photon cloud
2222
xZoomStart: 0 as number,
2323
xZoomEnd: 100 as number,
2424
yZoomStart: 0 as number,

0 commit comments

Comments
 (0)