diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-24 13:05:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-24 13:05:51 +0100 |
commit | 388a9b16d9dfa25b4854c8a3685dc3c764c391a5 (patch) | |
tree | adf06aab9a14f688437d1fddc3549a9e65fa64db /perllib/FixMyStreet/Map/OSM.pm | |
parent | 2c8512b36c8a3c48d15e7243ca40e3947c2fc162 (diff) |
Move lat/lon to templates and use shortened forms.
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/OSM.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/OSM.pm b/perllib/FixMyStreet/Map/OSM.pm index 9608f9f01..292ad4ed7 100644 --- a/perllib/FixMyStreet/Map/OSM.pm +++ b/perllib/FixMyStreet/Map/OSM.pm @@ -76,8 +76,6 @@ sub display_map { my $compass = compass($q, $x_tile, $y_tile, $zoom); my $map_type = $self->map_type(); $out .= <<EOF; -<input type="hidden" name="latitude" id="fixmystreet.latitude" value="$params{latitude}"> -<input type="hidden" name="longitude" id="fixmystreet.longitude" value="$params{longitude}"> <input type="hidden" name="zoom" value="$zoom"> <script type="text/javascript"> var fixmystreet = { |