Files
notifications-admin/app/broadcast_areas/source_files/Test.geojson

21 lines
415 B
Plaintext
Raw Normal View History

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