diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-20 12:57:19 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-20 12:57:19 +0000 |
commit | 8e4f4695499f19169b3b8b87663dbacdabdb7e35 (patch) | |
tree | 75bbff0d95b63afddbd91632d194b92ae3a108d2 /www/js/app.js | |
parent | 9eeab52898bda47f0b412d0e6880936a64de0726 (diff) |
add temp toolbar button to recenter map on GPS location
save current GPS position and use to recenter map
Diffstat (limited to 'www/js/app.js')
-rw-r--r-- | www/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index 0e0544e..63d38d2 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -45,6 +45,7 @@ var tpl = { users: new FMS.Users(), currentUser: null, currentLocation: null, + currentPosition: null, currentReport: new FMS.Report(), |