aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-03-15 12:28:21 +0000
committerDave Arter <davea@mysociety.org>2018-03-29 16:04:32 +0100
commit9e806177d239f20ce3b11bf220800b0623ebc075 (patch)
tree63a14f137c010cd6173e6c90ec6b47eb1a919b2f /CHANGELOG.md
parenta540e87605871ffaa869cb987039d12c79f3b28c (diff)
optionally convert from EPSG:27700 to WGS84 on report import
When pulling reports in over Open311 it's sometimes useful to be able to accept reports with Easting/Northing rather than latitude/longitude. This adds an option to GetServiceRequests to convert them as they come in.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 565b8cc94..16c91b885 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
- Fetch/store external status code with Open311 updates. #2048
- Response templates can be triggered by external status code. #2048
- Cobrand hook for adding extra areas to MAPIT_WHITELIST/_TYPES. #2049
+ - Enable conversion from EPSG:27700 when fetching over Open311 #2028
- Front end improvements:
- Improve questionnaire process. #1939 #1998
- Increase size of "sub map links" (hide pins, permalink, etc) #2003