We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4edd86 commit 379cfc8Copy full SHA for 379cfc8
tests/app/utils.ts
@@ -6,7 +6,7 @@ import { readRawCoreData } from "../../scripts/lib/data";
6
const PLACE_MARKER = "path.leaflet-interactive";
7
8
export const DEFAULT_ALL_MINIMUMS_RANGE: [number, number] = [110, 170];
9
-export const DEFAULT_PLACE_RANGE: [number, number] = [4100, 4800];
+export const DEFAULT_PLACE_RANGE: [number, number] = [4100, 4900];
10
11
export const loadMap = async (page: Page): Promise<void> => {
12
await page.goto("");
0 commit comments