1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| {
| "isAuthenticated": true,
| "layers": [
| {
| "icon": "icons/773_l.png",
| "id": 1234,
| "initialState": true,
| "isPng": false,
| "label": "Imagery",
| "lookAt": "none",
| "opacity": 1,
| "requestType": "ImageryMaps",
| "version": 1
| }
| ],
| "projection": "asdf",
| "serverUrl": "https://example.invalid",
| "useGoogleLayers": false
| }
|
|