aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/HighwaysEngland.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/Map/HighwaysEngland.pm')
-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;