Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Contour topographic survey datums gazetteer map
controlplane-cartograph
export interface CartographConfig { selectedRepos?: string[] maxRepos?: number accentColor?: string }
import { renderWidgetSvg, WidgetInstance } from '@/engine' const cartographWidget: WidgetInstance = { instanceId: 'cartograph_01', widgetId: 'controlplane-cartograph', name: 'Cartograph Contour Survey', position: { x: 0, y: 0 }, size: { width: 800, height: 330 }, config: { accentColor: '#3fb950', }, locked: false, visible: true, zIndex: 1, } const svgOutput = renderWidgetSvg(cartographWidget, profileData, globalStyles)