Skip to content

Commit b8bfea6

Browse files
committed
Adjust world rectangle to account for coordinate issues
1 parent 2710e7c commit b8bfea6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tasks/topojson/world_rectangle.geojson

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"type": "Polygon",
99
"coordinates": [
1010
[
11-
[-180, -90],
12-
[180, -90],
13-
[180, 90],
14-
[-180, 90],
15-
[-180,-90]
11+
[-179.99999, -90],
12+
[179.99999, -90],
13+
[179.99999, 90],
14+
[-179.99999, 90],
15+
[-179.99999,-90]
1616
]
1717
]
1818
}

0 commit comments

Comments
 (0)