Commit 2aeba33
authored
fix: only render BitmapLayer if data are available (#211)
Closes #210
This is kind of a hard one to reproduce on-demand, so you might have to
just trust that I saw this get fixed (I think) #frontendproblems
Here's the preview link to the href used in the bug report:
http://ds-preview-stac-map-211.s3-website-us-west-2.amazonaws.com/?href=https://maxar-opendata.s3.amazonaws.com/events/Cyclone-Senyar-Indonesia-Nov-2025/ard/acquisition_collections/102001011DCD2700_collection.json
## Checklist
- [x] Code is formatted (`yarn format`)
- [x] Code is linted (`yarn lint`)
- [x] Code builds (`yarn build`)
- [x] Tests pass (`yarn test`)
- [x] Commit messages and/or this PR's title are formatted per
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)1 parent 5c2597a commit 2aeba33
1 file changed
+14
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
0 commit comments