change default zoom to include portland

This commit is contained in:
ajvpot
2025-08-19 07:28:31 +02:00
parent 6e7e62806a
commit 6091f1b43a
+3 -3
View File
@@ -14,9 +14,9 @@ import { renderToString } from "react-dom/server";
import { buildApiUrl } from "../lib/api";
const DEFAULT = {
lat: 47.6062, // Seattle
lng: -122.3321,
zoom: 12,
lat: 46.56, // Center between Seattle and Portland
lng: -122.51,
zoom: 7, // Zoom level to show both cities
};
type NodePosition = {