Use local PMTiles basemap

This commit is contained in:
2026-07-25 21:55:35 -05:00
commit 4532a5c5dd
37 changed files with 4019 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { anchor } from "../lib/geometry.js";
export const topLeftLotCorner = anchor(-100.898958, 46.826799, {
assumedNorthClockwiseDegrees: -11.25,
});
export const lotCorner = topLeftLotCorner;