Skip to content

Commit 2d08712

Browse files
committed
feat: start viewbox changed to Petrozavodsk
1 parent 0ef58c5 commit 2d08712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/config/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Geographic + viewport constants for the web-map.
22
// ITMO_CENTER: Кронверкский 49 (центр операций ParkTrack).
33
// Yandex Maps API v3 expects [longitude, latitude] order — DO NOT swap (PITFALLS #2).
4-
export const ITMO_CENTER: [number, number] = [30.3086, 59.9575];
4+
export const ITMO_CENTER: [number, number] = [34.359757, 61.789114];
55
export const DEFAULT_ZOOM = 15;
66
export const VIEWPORT_DEBOUNCE_MS = 400;
77
export const BBOX_ROUND_DECIMALS = 5;

0 commit comments

Comments
 (0)