Skip to content

Commit 79e2770

Browse files
authored
adding polygon
1 parent f2372c7 commit 79e2770

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "FeatureCollection",
3+
"name": "brackenburn",
4+
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5+
"features": [
6+
{ "type": "Feature", "properties": {}, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 23.477227, -33.990404 ], [ 23.4687, -33.98871 ], [ 23.474511, -33.979863 ], [ 23.475106, -33.980059 ], [ 23.475123, -33.980027 ], [ 23.475152, -33.979971 ], [ 23.475374, -33.979542 ], [ 23.47536, -33.979537 ], [ 23.47496, -33.979397 ], [ 23.474953, -33.979359 ], [ 23.47486, -33.978846 ], [ 23.474839, -33.978732 ], [ 23.474874, -33.978597 ], [ 23.475122, -33.977638 ], [ 23.481703, -33.979041 ], [ 23.479946, -33.983493 ], [ 23.477227, -33.990404 ] ] ] ] } }
7+
]
8+
}

0 commit comments

Comments
 (0)