aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/Tilma/Original.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-26 20:15:16 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-26 20:15:16 +0000
commitfd658b05fe1c2fc1ae2fdd75f3dcd24576e16e23 (patch)
tree002202dfe4384e71d132b71a243fee3b8536842c /perllib/FixMyStreet/Map/Tilma/Original.pm
parent339c3e2adf801d19ac7c98d429d98f3a7f4a3ae1 (diff)
Output lon/lat fields in correct places.
Diffstat (limited to 'perllib/FixMyStreet/Map/Tilma/Original.pm')
-rw-r--r--perllib/FixMyStreet/Map/Tilma/Original.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Map/Tilma/Original.pm b/perllib/FixMyStreet/Map/Tilma/Original.pm
index 961e507df..6acdb3f4c 100644
--- a/perllib/FixMyStreet/Map/Tilma/Original.pm
+++ b/perllib/FixMyStreet/Map/Tilma/Original.pm
@@ -98,6 +98,8 @@ sub _display_map {
$out .= <<EOF;
<input type="hidden" name="x" id="formX" value="$x">
<input type="hidden" name="y" id="formY" value="$y">
+<input type="hidden" name="latitude" value="$params{latitude}">
+<input type="hidden" name="longitude" value="$params{longitude}">
EOF
$img_type = '<input type="image"';
} else {