aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-03-31 10:11:32 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-03-31 10:11:32 +0100
commit3d967f09d8171b283c9a90afa6407dc033e4ae42 (patch)
tree6ee61d6ae0ec96dfe9444a45bd773d9030283415 /web/js/map-OpenLayers.js
parentc1346b93ee2dd21ec501484da89aa28350631960 (diff)
parent7032edb7a72758086fcaa3e3d0b198a163cf043c (diff)
Merge branch 'dominican-republic-improvements'
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r--web/js/map-OpenLayers.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js
index 2a5af940d..40539f385 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -331,6 +331,8 @@ var fixmystreet = fixmystreet || {};
);
$("#problem_northing").text(bng.y.toFixed(1));
$("#problem_easting").text(bng.x.toFixed(1));
+ $("#problem_latitude").text(lonlat.y.toFixed(6));
+ $("#problem_longitude").text(lonlat.x.toFixed(6));
$("form#report_inspect_form input[name=latitude]").val(lonlat.y);
$("form#report_inspect_form input[name=longitude]").val(lonlat.x);
},