Add library of test areas

This is a temporary addition so we can test out some functionality.
This commit is contained in:
Chris Hill-Scott
2021-02-19 10:43:24 +00:00
parent b4b1fd641c
commit f55a8bf4b8
5 changed files with 68 additions and 2 deletions

View 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]
]]
}
}]
}