Skip to content

Commit

Permalink
chore: add GeometryCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Feb 21, 2024
1 parent ca3d19d commit 61874bb
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions public/temp/point-linestring-polygon.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
type: "GeometryCollection",
geometries: [
{
"coordinates": [
-11.781005547329215,
8.83499366627997
],
"type": "Point"
},
{
"coordinates": [
[
-11.642949308780885,
9.348579361189735
],
[
-12.084896550054765,
9.248810703319066
],
[
-12.135575398693163,
8.889666679302948
],
[
-12.55007130631654,
8.907868859082313
]
],
"type": "LineString"
},
{
"coordinates": [
[
[
-11.394349211244673,
8.843755892231073
],
[
-11.394349211244673,
9.06183354863549
],
[
-11.624519045158792,
9.06183354863549
],
[
-11.624519045158792,
8.843755892231073
],
[
-11.394349211244673,
8.843755892231073
]
]
],
"type": "Polygon"
}
]
}

0 comments on commit 61874bb

Please sign in to comment.