Files
notifications-api/app
Chris Hill-Scott c9d55039eb Simplify polygons before storing them
We’re going to let people pass in fairly complex polygons, but:
- we don’t want to store massive polygons
- we don’t want to pass the CBCs massive polygons

So this commit adds a step to simplify the polygons before storing them.

We think it’s best for us to do this because:
- writing code to do polygon simplification is non-trivial, and we don’t
  want to make all potential integrators do it
- the simplification we’ve developed is domain-specific to emergency
  alerting, so should throw away less information than

There’s a bit more detail about how we simplify polygons in
https://github.com/alphagov/notifications-admin/pull/3590/files
2021-01-26 16:24:45 +00:00
..
2020-09-21 14:40:22 +01:00
2020-12-07 15:24:02 +00:00
2019-12-13 10:02:39 +00:00
2020-05-13 08:56:54 +01:00
2021-01-26 16:24:45 +00:00
2021-01-26 16:24:45 +00:00
2020-02-14 14:15:41 +00:00
2020-01-24 13:18:37 +00:00
2021-01-19 14:01:51 +00:00