mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 07:28:26 -04:00
Add library of test areas
This is a temporary addition so we can test out some functionality.
This commit is contained in:
20
app/broadcast_areas/source_files/Test.geojson
Normal file
20
app/broadcast_areas/source_files/Test.geojson
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type":"FeatureCollection",
|
||||
"features":[{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"id": "santa-claus-village-rovaniemi",
|
||||
"name": "Santa Claus Village, Rovaniemi"
|
||||
},
|
||||
"geometry": {
|
||||
"type":"Polygon",
|
||||
"coordinates": [[
|
||||
[25.8890, 66.5500],
|
||||
[25.8890, 66.551],
|
||||
[25.8910, 66.551],
|
||||
[25.8910, 66.5500],
|
||||
[25.889, 66.55000]
|
||||
]]
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user