This change modifies the bounding box used when searching for high-resolution imagery to be smaller than currently. This is to prevent situations where imagery is found, but only exists in the very corner of the extent. The new bounding box is 60% of the window width and 80% of the window height, centered on the middle of the window.
How To Test
git checkout wv-3220-smaller-extent-bbox
npm ci
npm run watch
Open a fresh instance of Worldview
Add a layer that uses the imagery-search feature, like HLS_S30_Nadir_BRDF_Adjusted_Reflectance
Zoom in and position the screen so that imagery is sometimes in the center of the screen, but sometimes on the edges
Open the imagery-search feature and click to various other dates, ensuring that no dates shown in the search have imagery only on the edges of the screen and none towards the center
Description
This change modifies the bounding box used when searching for high-resolution imagery to be smaller than currently. This is to prevent situations where imagery is found, but only exists in the very corner of the extent. The new bounding box is 60% of the window width and 80% of the window height, centered on the middle of the window.
How To Test
git checkout wv-3220-smaller-extent-bbox
npm ci
npm run watch
HLS_S30_Nadir_BRDF_Adjusted_Reflectance