feat(map): add reference layers and stabilize workspace controls

This commit is contained in:
Codex
2026-07-25 13:12:24 +03:00
parent c859ae4db0
commit eaecce9f56
29 changed files with 1593 additions and 247 deletions
@@ -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,