Skip to content

Instantly share code, notes, and snippets.

@andygup
Last active August 9, 2019 21:13
Show Gist options
  • Save andygup/7699da447dada37f44e7db3e8ce5e32f to your computer and use it in GitHub Desktop.
Save andygup/7699da447dada37f44e7db3e8ce5e32f to your computer and use it in GitHub Desktop.
Counterclockwise geojson
{ "type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-107.957138652555,
32.9007913911884
],
[
-108.038721932347,
33.8864244859996
],
[
-108.352937243039,
34.8394351262392
],
[
-108.895353125943,
35.7217505571951
],
[
-109.65111717475,
36.4966655308098
],
[
-110.594106283075,
37.130629170917
],
[
-111.686955523673,
37.5952091016777
],
[
-112.882334364801,
37.8690298211295
],
[
-114.125612335922,
37.9394009343416
],
[
-115.358697645724,
37.8033414232672
],
[
-116.524470066907,
37.4677916915106
],
[
-117.571028213534,
36.9489672419944
],
[
-118.455032620639,
36.2709889532041
],
[
-119.143718978164,
35.464057002127
],
[
-119.615538845521,
34.5624762835778
],
[
-119.859698568848,
33.6027921779647
],
[
-119.875019621347,
32.6221924491393
],
[
-119.668535301234,
31.6572193622299
],
[
-119.254127920732,
30.7427501881507
],
[
-118.651366280501,
29.9111596554116
],
[
-117.884575383656,
29.1915741368532
],
[
-116.982083560835,
28.6091544180065
],
[
-115.97555181361,
28.1843876889834
],
[
-114.899290618363,
27.9324150183438
],
[
-113.789499271705,
27.8624545263401
],
[
-112.683407364022,
27.9773931411066
],
[
-111.618340987127,
28.2736079435058
],
[
-110.630763291019,
28.7410462758129
],
[
-109.755341008981,
29.3635534266829
],
[
-109.024065127095,
30.1194022866473
],
[
-108.465413529836,
30.9819632397588
],
[
-108.103501344494,
31.9204605738106
],
[
-107.957138652555,
32.9007913911884
]
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment