CEC-4301 - Revise home map zoom to (#333)

This commit is contained in:
Paul Adamsen
2023-05-16 15:44:55 -04:00
committed by GitHub
parent a8972e2f11
commit 6842fb69a0
3 changed files with 26 additions and 17 deletions

View File

@@ -497,17 +497,17 @@ exports[`App Route / authenticated 1`] = `
North America
</option>
<option
value="{ \\"center\\": [33.8463, -118.0461], \\"zoom\\": 10 }"
value="{ \\"center\\": [33.8623, -118.0295], \\"zoom\\": 14 }"
>
- La Palma
</option>
<option
value="{ \\"center\\": [33.8847, -118.4109], \\"zoom\\": 10 }"
value="{ \\"center\\": [33.9021, -118.3792], \\"zoom\\": 14 }"
>
- Manhattan Beach
</option>
<option
value="{ \\"center\\": [37.7749, -122.4194], \\"zoom\\": 10 }"
value="{ \\"center\\": [37.7637, -122.4197], \\"zoom\\": 14 }"
>
- San Francisco
</option>
@@ -517,7 +517,7 @@ exports[`App Route / authenticated 1`] = `
Europe
</option>
<option
value="{ \\"center\\": [47.0707, 15.4395], \\"zoom\\": 10 }"
value="{ \\"center\\": [47.0221, 15.4774], \\"zoom\\": 14 }"
>
- Graz
</option>
@@ -1894,17 +1894,17 @@ exports[`App Route /home authenticated 1`] = `
North America
</option>
<option
value="{ \\"center\\": [33.8463, -118.0461], \\"zoom\\": 10 }"
value="{ \\"center\\": [33.8623, -118.0295], \\"zoom\\": 14 }"
>
- La Palma
</option>
<option
value="{ \\"center\\": [33.8847, -118.4109], \\"zoom\\": 10 }"
value="{ \\"center\\": [33.9021, -118.3792], \\"zoom\\": 14 }"
>
- Manhattan Beach
</option>
<option
value="{ \\"center\\": [37.7749, -122.4194], \\"zoom\\": 10 }"
value="{ \\"center\\": [37.7637, -122.4197], \\"zoom\\": 14 }"
>
- San Francisco
</option>
@@ -1914,7 +1914,7 @@ exports[`App Route /home authenticated 1`] = `
Europe
</option>
<option
value="{ \\"center\\": [47.0707, 15.4395], \\"zoom\\": 10 }"
value="{ \\"center\\": [47.0221, 15.4774], \\"zoom\\": 14 }"
>
- Graz
</option>