mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 23:58:25 -04:00
Add another area to the library of test polygons
This commit is contained in:
24
app/broadcast_areas/source_files/Demo.geojson
Normal file
24
app/broadcast_areas/source_files/Demo.geojson
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "FeatureCollection",
|
||||
"features": [
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"id": "sizewell",
|
||||
"name": "Sizewell",
|
||||
"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]
|
||||
]]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user