Skip to content

Commit

Permalink
Create labels.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSamhat07 authored Feb 12, 2024
1 parent 7afaa4f commit 8e810b1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions geotils/testing-framework/assets/labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[100.0, 2.0],
[103.0, 2.0],
[103.0, 3.0],
[102.0, 3.0],
[102.0, 2.0]
],
[
[100.0, 0.0],
[101.0, 0.0],
[101.0, 1.0],
[100.0, 1.0],
[100.0, 0.0]
]
]
}
}
]
}

0 comments on commit 8e810b1

Please sign in to comment.