mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
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:
@@ -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],
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user