MCPcopy Create free account
hub / github.com/cartesiancs/map3d / Building

Interface Building

src/components/map/Processing.tsx:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Loader2 } from "lucide-react";
3
4export interface Building {
5 id: number;
6 tags: { [key: string]: string | undefined };
7 geometry?: { lat: number; lng: number }[];
8}
9
10const spinAnimation = keyframes`
11from { transform: rotate(0deg); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected