mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-07 19:08:37 +03:00
temp(hot fix to satellite toggle) needs further fix #46
This commit is contained in:
@@ -536,6 +536,7 @@ class Map extends React.Component {
|
||||
{this.renderSelected()}
|
||||
</>
|
||||
) : null;
|
||||
console.log(this)
|
||||
|
||||
return (
|
||||
<div className={classes} onKeyDown={this.props.onKeyDown} tabIndex="0">
|
||||
@@ -547,7 +548,7 @@ class Map extends React.Component {
|
||||
/>
|
||||
{this.props.features.USE_SATELLITE_OVERLAY_TOGGLE && (
|
||||
<SatelliteOverlayToggle
|
||||
isUsingSatellite={this.props.ui.tiles === "satellite"}
|
||||
isUsingSatellite={this.props.ui.tiles === "bellingcat-mapbox/cl1win2vp003914pdhateva6p"}
|
||||
switchToSatellite={this.props.actions.useSatelliteTilesOverlay}
|
||||
reset={this.props.actions.resetTilesOverlay}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user