feat: extend agent-driven map workbench

This commit is contained in:
2026-07-20 19:57:35 +08:00
parent 86e9b08235
commit 7fbd8a5618
63 changed files with 4506 additions and 457 deletions
+14
View File
@@ -1 +1,15 @@
export { MapWorkbenchPage } from "./map-workbench-page";
export { WorkbenchMapController } from "./map/workbench-map-controller";
export type {
FeatureTarget,
WorkbenchMapCommands,
WorkbenchMapControllerState,
WorkbenchMapErrorCode
} from "./map/workbench-map-controller";
export type {
LayerGroupId,
LayerGroupStylePatch,
LineLayerGroupStylePatch,
PointLayerGroupStylePatch,
ScadaLayerGroupStylePatch
} from "./map/layer-group-style";