diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-23 12:59:52 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-23 13:00:16 +0100 |
| commit | 87417c313b455ba0dee19708528cc8d0b830a276 (patch) | |
| tree | 34b7a2d6bb97157a1d35f57be85b8ff6532865d2 /src/frontend/app/config/constants.ts | |
| parent | bed48c3d7e49b1736d50ce42d92bb6c18cf02504 (diff) | |
Reimplement real time for Vitrasa
Diffstat (limited to 'src/frontend/app/config/constants.ts')
| -rw-r--r-- | src/frontend/app/config/constants.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
