mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-20 16:13:24 -04:00
Relates to: https://github.com/alphagov/notifications-govuk-alerts/pull/152 I ran the "create-broadcast-areas-db.py" script to regenerate the Sqlite DB. Existing alerts with the old naming still appear correctly, and since we don't (yet) store this text in the DB, there's nothing more to update.
25 lines
489 B
JSON
25 lines
489 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"id": "sizewell",
|
|
"name": "East Suffolk",
|
|
"count_of_phones": 700
|
|
},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[1.58242, 52.22035],
|
|
[1.58491, 52.19521],
|
|
[1.59971, 52.19325],
|
|
[1.62352, 52.19372],
|
|
[1.62599, 52.21901],
|
|
[1.58242, 52.22035]
|
|
]]
|
|
}
|
|
}
|
|
]
|
|
}
|