Skip to content

Commit

Permalink
added antimeridian test file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 23, 2023
1 parent aa9a26e commit 26e1a8e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/antimeridian/right-edge.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[ [175, -18],[175, -20],[179, -20],[179, -18],[175, -18]]
],
"type": "Polygon"
}
}
]
}

0 comments on commit 26e1a8e

Please sign in to comment.