Commit 0759c54
authored
### Motivation
As a Basemaps user, I want the `Topolite` layer and the `Scanned Aerial
Imagery Basemaps` category to appear at the top of the `Layers` dropdown
for easier access.
### Modifications
1. Reordered the categories as they are shown in the `Layers` dropdown.
2. Added the `Topolite` layer to the list of default layers.
### Verification
1. Moved the `Scanned Aerial Imagery Basemaps` category to the top of
the `Layers` dropdown below the `Basemaps` category.
| Before | After |
| - | - |
| ![][img_1] | ![][img_2] |
[img_1]:
https://github.com/user-attachments/assets/4a147b31-422e-4aff-927f-57ad76e18b64
[img_2]:
https://github.com/user-attachments/assets/29dc0513-93aa-495d-b1aa-04dc8c69ead3
2. Added the `Topolite` layer to the list of default layers.
| Before | After |
| - | - |
| ![][img_3] | ![][img_4] |
[img_3]:
https://github.com/user-attachments/assets/a3ebc0ba-5118-43af-b2f4-3c43ec88d264
[img_4]:
https://github.com/user-attachments/assets/efa34417-0b36-41c4-9e40-8af3a13c0b5a
3. When the user selected the `Topolite` layer:
| The `StyleJSON` and `XYZ` fields display the expected values. |
| - |
| ![][img_5] |
[img_5]:
https://github.com/user-attachments/assets/e8579c11-73f0-42d0-8b31-56b02091d402
| The `style` parameter in the URL reflects the intended value. |
| - |
| `.../@-41.8899962,174.0492437,z5?style=topolite&i=topographic` |
1 parent a420f57 commit 0759c54
File tree
2 files changed
+9
-1
lines changed- packages/landing/src
- components
2 files changed
+9
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
396 | 403 | | |
397 | 404 | | |
398 | 405 | | |
| |||
0 commit comments