Skip to content

Commit

Permalink
Add geofile
Browse files Browse the repository at this point in the history
  • Loading branch information
Siim Mardus committed Oct 27, 2023
1 parent 851d801 commit 94b8277
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions geo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[10.6, 47.9],
[5.8, 47.9],
[5.8, 45.8],
[10.6, 45.8],
[10.6, 47.9]
]
]
},
"properties": {
"firstProperty": "Something",
"secondProperty": "Something else"
}
},
{ "type": "Feature", "geometry": {...}, "properties": {...} },
{ "type": "Feature", "geometry": {...}, "properties": {...} }
]
}

0 comments on commit 94b8277

Please sign in to comment.