aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2020-03-04 17:00:12 +0000
committerStruan Donald <struan@exo.org.uk>2020-03-31 09:58:58 +0100
commita8176ffb8ec2ff5e92c1ee4e25cfa5dd208548af (patch)
tree1e6b5ef6432b9a8cae4887968cc8e129450a1490 /perllib/FixMyStreet/Map
parent031d37f14b542edad4612fea6d35f75a6904d7c0 (diff)
[Highways England] Cobrand styles and templates
Diffstat (limited to 'perllib/FixMyStreet/Map')
-rw-r--r--perllib/FixMyStreet/Map/HighwaysEngland.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Map/HighwaysEngland.pm b/perllib/FixMyStreet/Map/HighwaysEngland.pm
new file mode 100644
index 000000000..de44240a4
--- /dev/null
+++ b/perllib/FixMyStreet/Map/HighwaysEngland.pm
@@ -0,0 +1,8 @@
+package FixMyStreet::Map::HighwaysEngland;
+use base 'FixMyStreet::Map::FMS';
+
+use strict;
+
+use constant MIN_ZOOM_LEVEL => 12;
+
+1;