Created
July 24, 2024 11:07
-
-
Save zabop/768f6f749ac59bb585fe05fa6515323c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"name": "chad", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 19.58, 23.838 ], [ 15.611, 23.887 ], [ 15.681, 23.025 ], [ 14.944, 22.568 ], [ 14.327, 22.304 ], [ 14.093, 22.512 ], [ 13.786, 22.183 ], [ 13.372, 22.297 ], [ 12.955, 22.038 ], [ 12.588, 21.937 ], [ 12.646, 22.288 ], [ 12.26, 22.498 ], [ 11.679, 22.509 ], [ 11.385, 22.876 ], [ 11.142, 22.864 ], [ 10.972, 22.231 ], [ 10.567, 21.724 ], [ 9.476, 21.001 ], [ 9.013, 20.06 ], [ 9.075, 19.094 ], [ 8.983, 18.812 ], [ 8.631, 18.911 ], [ 8.281, 18.39 ], [ 7.891, 17.965 ], [ 7.508, 16.706 ], [ 7.735, 16.456 ], [ 7.754, 16.291 ], [ 7.497, 16.106 ], [ 7.422, 15.279 ], [ 7.693, 15.436 ], [ 8.382, 15.121 ], [ 8.796, 14.98 ], [ 8.966, 14.544 ], [ 9.549, 13.954 ], [ 10.021, 14.171 ], [ 9.921, 14.627 ], [ 9.992, 14.909 ], [ 9.982, 15.468 ], [ 10.891, 14.924 ], [ 11.556, 14.96 ], [ 12.219, 14.893 ], [ 12.859, 14.496 ], [ 13.33, 14.596 ], [ 13.353, 13.954 ], [ 13.997, 13.957 ], [ 14.367, 13.54 ], [ 15.684, 13.972 ], [ 16.627, 15.248 ], [ 17.928, 15.3 ], [ 19.957, 15.686 ], [ 20.388, 15.903 ], [ 20.73, 15.487 ], [ 21.048, 15.471 ], [ 21.309, 15.097 ], [ 22.863, 14.851 ], [ 23.41, 15.861 ], [ 19.58, 23.838 ] ] ] } } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment