mirror of https://github.com/CesiumGS/cesium.git
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"isAuthenticated": true,
|
|
"layers": [
|
|
{
|
|
"icon": "icons/773_l.png",
|
|
"id": 1234,
|
|
"initialState": true,
|
|
"isPng": false,
|
|
"label": "Imagery",
|
|
"lookAt": "none",
|
|
"opacity": 1,
|
|
"requestType": "ImageryMaps",
|
|
"version": 1
|
|
}
|
|
],
|
|
"serverUrl": "https://example.invalid",
|
|
"useGoogleLayers": false
|
|
}
|