Files
notifications-admin/app/broadcast_areas/source_files/Test.geojson
Chris Hill-Scott f55a8bf4b8 Add library of test areas
This is a temporary addition so we can test out some functionality.
2021-02-19 11:35:51 +00:00

21 lines
415 B
JSON

{
"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]
]]
}
}]
}