From 87417c313b455ba0dee19708528cc8d0b830a276 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 23 Dec 2025 12:59:52 +0100 Subject: Reimplement real time for Vitrasa --- src/frontend/app/config/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontend/app/config/constants.ts') diff --git a/src/frontend/app/config/constants.ts b/src/frontend/app/config/constants.ts index 9a0fdd1..38ebb0b 100644 --- a/src/frontend/app/config/constants.ts +++ b/src/frontend/app/config/constants.ts @@ -13,8 +13,8 @@ export const APP_CONSTANTS = { lng: -8.72246955783102, } as LngLatLike, bounds: { - sw: [-9.629517, 41.463312] as LngLatLike, - ne: [-6.289673, 43.711564] as LngLatLike, + sw: [-16, 36] as LngLatLike, + ne: [2, 45.5] as LngLatLike, }, textColour: "#e72b37", defaultZoom: 14, -- cgit v1.3