Bump utils to bring in new polygon simplification

We’ve changed our simplification a bit so:
- polygons have slightly more points (see https://github.com/alphagov/notifications-utils/pull/873)
- the individual points have less precision (see https://github.com/alphagov/notifications-utils/pull/872)

Overall this reduces the size of the data we’re storing from 74MB to
63MB, and should make any pages where we are rendering lots of
coordinates load a bit quicker.
This commit is contained in:
Chris Hill-Scott
2021-06-24 12:27:12 +01:00
parent 416b5c3e26
commit e4ca78634d
6 changed files with 22 additions and 22 deletions

View File

@@ -34,7 +34,7 @@ def test_simple_polygons(fake_uuid):
# Because the areas are close to each other, the simplification
# and unioning process results in a single polygon with fewer
# total coordinates
[51],
[54],
]