aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/config/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/config/constants.ts')
-rw-r--r--src/frontend/app/config/constants.ts4
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,