mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-28 01:50:12 -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>
73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"id": "santa-claus-village-rovaniemi-a",
|
|
"name": "Santa Claus Village, Rovaniemi A"
|
|
},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[25.8890, 66.5500],
|
|
[25.8890, 66.551],
|
|
[25.8910, 66.551],
|
|
[25.8910, 66.5500],
|
|
[25.889, 66.55000]
|
|
]]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"id": "santa-claus-village-rovaniemi-b",
|
|
"name": "Santa Claus Village, Rovaniemi B"
|
|
},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[25.895, 66.577],
|
|
[25.897, 66.577],
|
|
[25.897, 66.578],
|
|
[25.895, 66.578],
|
|
[25.895, 66.577]
|
|
]]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"id": "santa-claus-village-rovaniemi-c",
|
|
"name": "Santa Claus Village, Rovaniemi C"
|
|
},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[25.952, 66.572],
|
|
[25.954, 66.572],
|
|
[25.954, 66.573],
|
|
[25.952, 66.573],
|
|
[25.952, 66.572]
|
|
]]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"id": "santa-claus-village-rovaniemi-d",
|
|
"name": "Santa Claus Village, Rovaniemi D"
|
|
},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[25.944, 66.586],
|
|
[25.947, 66.586],
|
|
[25.947, 66.587],
|
|
[25.944, 66.587],
|
|
[25.944, 66.586]
|
|
]]
|
|
}
|
|
}
|
|
]
|
|
} |