Skip to content

Instantly share code, notes, and snippets.

@edsweat
edsweat / PanelArrayMap.tsx
Created May 10, 2026 19:32
sunprojex pending deploy 2026-05-10
import { useEffect, useRef, useState } from 'react';
import maplibregl from 'maplibre-gl';
import 'maplibre-gl/dist/maplibre-gl.css';
import {
autoPlacePanels, placedPanelsHeadersGeoJSON, placedPanelsTubesGeoJSON,
applyTopSetback, panelInsidePolygon, panelOverlapsAnyObstruction, normalizeObstructions, rotateRing,
type LngLat, type FaceMeta, type PanelSpec, type PlacedPanel,
type Obstruction, type ObstructionShape, type ObstructionLabel,
} from '../lib/panelLayout';