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

73 lines
1.6 KiB
Plaintext
Raw Normal View History

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