mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 17:59:45 -04:00
This allows MNOs to test delivery to multiple non-adjacent cells without risk of sending a broadcast on the public network. This will also support testing of multiple polygon geometries in a single message. Test polygons are all non-UK (northern Finland). Signed-off-by: Richard Baker <richard.baker@digital.cabinet-office.gov.uk>
Adding or updating source files
If the files are in GeoJSON format you can drop them straight in.
If you have a Shapefile, for example from the ONS Open Geography Portal, you need to convert it:
- download the .zip from the portal
- extract it, giving you a folder with a few files in
- go to https://mapshaper.org
- drag all the files in the folder into mapshaper
- click ‘import’
- you should see a rendering of the shapes
- click ‘console’ (top right)
- run this command:
mapshaper -proj wgs84 - click ‘export’ (top right)
- choose ‘GeoJSON’
- click the button
- done