diff options
author | Dave Arter <davea@mysociety.org> | 2019-12-16 17:31:41 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-01-08 13:58:13 +0000 |
commit | 88ad6b00dfc050db1ba5ae9bf14b900382cd24a7 (patch) | |
tree | e6c30019af765b4492b796887a1c4c5dd76760dd /CHANGELOG.md | |
parent | e04a1f81b0e532e227aa0237a1d7c629f13e6897 (diff) |
Display GPS marker on /around & /report/new if geolocate link used
Attempts to allow for CSS animations by not destroying the
marker's DOM element each time a location update is received -
with limited success.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae350b1a..de6210ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - Set report title autocomplete to off to prevent email autocompleting - Add map filter debouncing to reduce server requests. #2675 - Add XSL to RSS feeds so they look nicer in browsers. + - Display GPS marker on /around map. #2359 - Admin improvements: - Add new roles system, to group permissions and apply to users. #2483 - Contact form emails now include user admin links. |