diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-20 19:45:05 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-20 19:45:05 +0100 |
commit | 4af1e3d75ae247fd7d6a9910087fc36e1a9659f5 (patch) | |
tree | 78dc8de855bdb34ff16fe13cd3d6c912d0ff36d7 /perllib/FixMyStreet/Map/OSM.pm | |
parent | e7fd95f6ca3f21aff54bdbb6aeaabf0476d62e24 (diff) |
Move some of map_start to templates.
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/OSM.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/Map/OSM.pm b/perllib/FixMyStreet/Map/OSM.pm index b930a4e4d..028b48125 100644 --- a/perllib/FixMyStreet/Map/OSM.pm +++ b/perllib/FixMyStreet/Map/OSM.pm @@ -35,7 +35,6 @@ sub map_type { sub display_map { my ($self, $q, %params) = @_; $params{pre} ||= ''; - $params{post} ||= ''; # Map centre may be overridden in the query string $params{latitude} = Utils::truncate_coordinate($q->param('lat')+0) @@ -96,9 +95,6 @@ var fixmystreet = { $compass </noscript></div> <p id="copyright">$copyright</p> - $params{post} -</div> -<div id="side"> EOF return $out; } |