diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-08-13 21:15:08 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-08-14 16:41:10 +0100 |
commit | e268e2b893aaf8a99e457c085e9c77d140b77233 (patch) | |
tree | da4ff9203cef65e41e4110909df2e3296e178868 /t/app/controller | |
parent | a049a21d86ae8f4b92f3cf7c78f96ab777a9a88f (diff) |
Allow one more zoom level on most map types.
Not on StreetView/OpenMap Local based, which are not available.
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/around.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/around.t b/t/app/controller/around.t index ba5f8c48a..29752ab02 100644 --- a/t/app/controller/around.t +++ b/t/app/controller/around.t @@ -413,7 +413,7 @@ subtest 'check map zoom level customisation' => sub { MAP_TYPE => 'OSM', }, sub { $mech->get('/around?latitude=51.754926&longitude=-1.256179'); - $mech->content_contains('data-numZoomLevels=6'); + $mech->content_contains('data-numZoomLevels=7'); $mech->content_contains('data-zoomOffset=13'); }; |