diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-26 01:36:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-26 01:36:07 +0000 |
commit | a17e62af230c2d9aa2fe49d22be990525950c01e (patch) | |
tree | f12cb1634ef9240e180cb1ae5f55df02b0060b64 /perllib/Standard.pm | |
parent | a821c15c33c59bb8ff3bb5f5722a15f2ca527b6c (diff) |
Refactor map display into separate modules, response for own set-up and display.
Diffstat (limited to 'perllib/Standard.pm')
-rw-r--r-- | perllib/Standard.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/Standard.pm b/perllib/Standard.pm index de790a757..293bf8ad8 100644 --- a/perllib/Standard.pm +++ b/perllib/Standard.pm @@ -19,7 +19,8 @@ use lib "$FindBin::Bin/../perllib"; use lib "$FindBin::Bin/../commonlib/perllib"; use Page; -use FixMyStreet::Map; +use FixMyStreet::Map::Utils; +use FixMyStreet::Map::Tilma::Original::1_10k; package Standard; |