Skip to content

Commit

Permalink
changed map label
Browse files Browse the repository at this point in the history
  • Loading branch information
acblackford authored Aug 31, 2023
1 parent 8fd3c23 commit 7b7eb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasets/lahaina-hls-swir-falsecolor-composite.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ layers:
stacCol: hls-swir-falsecolor-composite
name: HLS SWIR FalseColor Composite
type: raster
description: 'HLS falsecolor composite imagery using S30 Bands 12, 8A, and 4. Scene taken hours before the Lahaina Fire began.'
description: 'HLS falsecolor composite imagery using S30 Bands 12, 8A, and 4, over Lahaina, HI.'
zoomExtent:
- 4
- 20
Expand All @@ -32,7 +32,7 @@ layers:
layerId: hls-swir-falsecolor-composite
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `${dateFns.format(datetime, 'DD LLL yyyy')}`;
return `${dateFns.format(datetime, 'LLL yyyy')} vs ${dateFns.format(compareDatetime, 'LLL yyyy')}`;
}
---
Expand Down

0 comments on commit 7b7eb47

Please sign in to comment.