diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2020-03-04 17:00:12 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-03-31 09:58:58 +0100 |
commit | a8176ffb8ec2ff5e92c1ee4e25cfa5dd208548af (patch) | |
tree | 1e6b5ef6432b9a8cae4887968cc8e129450a1490 /perllib/FixMyStreet/Map | |
parent | 031d37f14b542edad4612fea6d35f75a6904d7c0 (diff) |
[Highways England] Cobrand styles and templates
Diffstat (limited to 'perllib/FixMyStreet/Map')
-rw-r--r-- | perllib/FixMyStreet/Map/HighwaysEngland.pm | 8 |
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; |