mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-28 19:59:18 -04:00
21 lines
415 B
JSON
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]
|
|
]]
|
|
}
|
|
}]
|
|
}
|