There was an error while loading. Please reload this page.
1 parent 0ef58c5 commit 2d08712Copy full SHA for 2d08712
1 file changed
src/shared/config/constants.ts
@@ -1,7 +1,7 @@
1
// Geographic + viewport constants for the web-map.
2
// ITMO_CENTER: Кронверкский 49 (центр операций ParkTrack).
3
// Yandex Maps API v3 expects [longitude, latitude] order — DO NOT swap (PITFALLS #2).
4
-export const ITMO_CENTER: [number, number] = [30.3086, 59.9575];
+export const ITMO_CENTER: [number, number] = [34.359757, 61.789114];
5
export const DEFAULT_ZOOM = 15;
6
export const VIEWPORT_DEBOUNCE_MS = 400;
7
export const BBOX_ROUND_DECIMALS = 5;
0 commit comments