diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-29 22:39:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-29 22:44:06 +0100 |
commit | 81c55de7598ff15f56de6341727ed46f7f9eed18 (patch) | |
tree | 3f6722764b2f5a93a4de2b317764652627dc4e6a /perllib/FixMyStreet/App/Controller/Around.pm | |
parent | 18466c1477b47c7d8abf186d78f4ba21df9c18ff (diff) |
Move to Vector layer rather than Markers, to be able to use the Strategy/Protocol features.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index a49d796fc..ef85ba7ea 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -196,6 +196,7 @@ sub display_location : Private { } @$on_map_all, @$around_map; } + $c->stash->{page} = 'around'; # So the map knows to make clickable pins, update on pan FixMyStreet::Map::display_map( $c, latitude => $latitude, |