6 lines
196 B
JavaScript
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; |