Skip to content

Commit

Permalink
adding polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
rupesh2 authored Feb 12, 2025
1 parent f2372c7 commit 79e2770
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tutorials/lvis/assets/brackenburn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "brackenburn",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "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 ] ] ] ] } }
]
}

0 comments on commit 79e2770

Please sign in to comment.