Files
2026-07-25 21:55:35 -05:00

6 lines
196 B
JavaScript

import { anchor } from "../lib/geometry.js";
export const topLeftLotCorner = anchor(-100.898958, 46.826799, {
assumedNorthClockwiseDegrees: -11.25,
});
export const lotCorner = topLeftLotCorner;