aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/OSM/StreetView.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-05-24 13:05:51 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-05-24 13:05:51 +0100
commit388a9b16d9dfa25b4854c8a3685dc3c764c391a5 (patch)
treeadf06aab9a14f688437d1fddc3549a9e65fa64db /perllib/FixMyStreet/Map/OSM/StreetView.pm
parent2c8512b36c8a3c48d15e7243ca40e3947c2fc162 (diff)
Move lat/lon to templates and use shortened forms.
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM/StreetView.pm')
-rw-r--r--perllib/FixMyStreet/Map/OSM/StreetView.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/OSM/StreetView.pm b/perllib/FixMyStreet/Map/OSM/StreetView.pm
index 2024a83fc..9849c1ed5 100644
--- a/perllib/FixMyStreet/Map/OSM/StreetView.pm
+++ b/perllib/FixMyStreet/Map/OSM/StreetView.pm
@@ -40,8 +40,6 @@ sub display_map {
my $out = '';
my $copyright = _('Map contains Ordnance Survey data &copy; Crown copyright and database right 2010.');
$out .= <<EOF;
-<input type="hidden" name="latitude" id="fixmystreet.latitude" value="$params{latitude}">
-<input type="hidden" name="longitude" id="fixmystreet.longitude" value="$params{longitude}">
<script type="text/javascript">
var fixmystreet = {
'latitude': $params{latitude},