kylebarron/landsat8.earth

just pass landsatMosaic down to the map

Closed this issue · 0 comments

todo commented

// TODO: just pass landsatMosaic down to the map
const landsatMosaicUrl = LANDSAT_MOSAICS[landsatMosaic].url;
const landsatMosaicBounds = LANDSAT_MOSAICS[landsatMosaic].bounds;
this.setState({ landsatMosaic, landsatMosaicUrl, landsatMosaicBounds });
};


This issue was generated by todo based on a TODO comment in 3199fe4. It's been assigned to @kylebarron because they committed the code.