diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-01 11:31:32 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-01 12:45:22 +0100 |
commit | c6a20311276f00befd27fe0ea7e606db4a13844d (patch) | |
tree | a72eec3c6e1654dac232137ee367c4a622f70a48 /perllib/FixMyStreet/App/Controller/Reports.pm | |
parent | ca5761ae2542de544f48f6338d7d81f8711d3caf (diff) |
Use our own StreetView tile server, add missing IE6 CSS for OpenLayers, don't set map parameter in JS.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Reports.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Reports.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Reports.pm b/perllib/FixMyStreet/App/Controller/Reports.pm index e533ea347..61218448b 100644 --- a/perllib/FixMyStreet/App/Controller/Reports.pm +++ b/perllib/FixMyStreet/App/Controller/Reports.pm @@ -102,8 +102,6 @@ sub ward : Path : Args(2) { my $pins = $c->stash->{pins}; - # Even though front end doesn't yet have it, have it on this page, it's better! - FixMyStreet::Map::set_map_class( 'FMS' ); FixMyStreet::Map::display_map( $c, latitude => @$pins ? $pins->[0]{latitude} : 0, |