feat(map): add reference layers and stabilize workspace controls
This commit is contained in:
@@ -72,6 +72,12 @@
|
||||
"map": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"inspectorOpenSections": {
|
||||
"type": "array",
|
||||
"maxItems": 1,
|
||||
"uniqueItems": true,
|
||||
"items": { "type": "string", "minLength": 1, "maxLength": 256 }
|
||||
},
|
||||
"dataProductBindings": {
|
||||
"type": "array",
|
||||
"maxItems": 64,
|
||||
|
||||
Reference in New Issue
Block a user