Skip to content

Commit e79f980

Browse files
authored
Merge pull request #4947 from wri/develop
PROD Deploy 2025-03-03 3:00pm EST
2 parents bd02d66 + dddcfc8 commit e79f980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/satellite-basemaps/component.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ const SatelliteBasemaps = ({
5050
useEffect(() => {
5151
if (isTropics && !defaultSatSet) {
5252
setMapBasemap({
53-
value: 'planet',
53+
value: 'satellite',
5454
color: '',
55-
name: planetPeriods[planetPeriods.length - 1].value,
55+
name: '',
5656
});
5757
setDefaultSatSet(true);
5858
trackEvent({

0 commit comments

Comments
 (0)