Skip to content

Commit

Permalink
add new landsat layers to layerbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
PatchesMaps committed Aug 10, 2023
1 parent 48e31d1 commit d9a4436
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/js/map/layerbuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,9 @@ export default function mapLayerBuilder(config, cache, store) {
'HLS_False_Color_Vegetation_Landsat',
'HLS_Shortwave_Infrared_Landsat',
'HLS_NDVI_Landsat',
'HLS_NDWI_Landsat',
'HLS_NDSI_Landsat',
'HLS_Moisture_Index_Landsat',
];

const collectionID = landsatLayers.includes(layerID) ? 'HLSL30' : 'HLSS30';
Expand Down

0 comments on commit d9a4436

Please sign in to comment.