Skip to content

Commit 66d7ac1

Browse files
committed
Add averbode study area
1 parent 716ae0d commit 66d7ac1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "FeatureCollection",
3+
"name": "study_area",
4+
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::31370" } },
5+
"features": [
6+
{ "type": "Feature", "properties": { "fid": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 191594.636644636746496, 191489.229103483259678 ], [ 191745.672989219106967, 191546.990878340788186 ], [ 191823.972283980780048, 191401.944643757306039 ], [ 191657.960664440237451, 191340.759948905557394 ], [ 191594.636644636746496, 191489.229103483259678 ] ] ] } }
7+
]
8+
}

0 commit comments

Comments
 (0)