diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-10-16 14:09:32 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-10-16 14:09:32 +0100 |
commit | 762c106ec81a4923d35b1eb4c60d762e60a495bf (patch) | |
tree | 4b7244a7e1fbfd53a7ef950a02072c162999af71 /perllib/FixMyStreet/App/Controller/FakeMapit.pm | |
parent | 0efb806e7dbfc6681230041751ed49552ec3ba5b (diff) | |
parent | 6daf4d511f5a2fd908d53ee974e04be4bf3ee722 (diff) |
Merge branch 'master' into oxfordshire-usability-recommendations
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/FakeMapit.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/FakeMapit.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/FakeMapit.pm b/perllib/FixMyStreet/App/Controller/FakeMapit.pm index bc46df712..253c75ba4 100755 --- a/perllib/FixMyStreet/App/Controller/FakeMapit.pm +++ b/perllib/FixMyStreet/App/Controller/FakeMapit.pm @@ -12,13 +12,13 @@ FixMyStreet::App::Controller::FakeMapit - Catalyst Controller A controller to fake mapit when we don't have it. If you set MAPIT_URL to .../fakemapit/ it should all just work, with a mapit that assumes the whole -world is one area, with ID 161 and name "Default Area". +world is one area, with ID 161 and name "Everywhere". =head1 METHODS =cut -my $area = { "name" => "Default Area", "type" => "ZZZ", "id" => 161 }; +my $area = { "name" => "Everywhere", "type" => "ZZZ", "id" => 161 }; sub output : Private { my ( $self, $c, $data ) = @_; |