1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| {
| "isAuthenticated": true,
| "layers": [
| {
| "icon": "icons/773_l.png",
| "id": 1234,
| "initialState": true,
| "isPng": false,
| "label": "Imagery",
| "lookAt": "none",
| "opacity": 1,
| "requestType": "ImageryMaps",
| "version": 1
| },
| {
| "icon": "icons/773_l.png",
| "id": 1007,
| "initialState": true,
| "isPng": true,
| "label": "Labels",
| "lookAt": "none",
| "opacity": 1,
| "requestType": "VectorMapsRaster",
| "version": 8
| }
| ],
| "serverUrl": "https://example.invalid",
| "useGoogleLayers": false
| }
|
|