Created
March 11, 2020 16:33
-
-
Save matthias-ccri/8b995c9e0be9c80c481d6a62ab7e7732 to your computer and use it in GitHub Desktop.
turf buffer issue — antimeridian above 50 lat
This file contains 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", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
179.87649855501982, | |
51.00095419866919 | |
], | |
[ | |
179.87858335341997, | |
50.98583616470481 | |
], | |
[ | |
179.88528983687272, | |
50.971261993732895 | |
], | |
[ | |
179.89635788630338, | |
50.95778547914707 | |
], | |
[ | |
179.91136307675973, | |
50.945918126166745 | |
], | |
[ | |
179.929733204214, | |
50.936110019572766 | |
], | |
[ | |
179.95077008976517, | |
50.92873304016488 | |
], | |
[ | |
179.97367583420194, | |
50.924067012582746 | |
], | |
[ | |
179.99758257868268, | |
50.922289263261625 | |
], | |
[ | |
-179.97841526270844, | |
50.92346795247176 | |
], | |
[ | |
-159.10496209773453, | |
50.916493496071475 | |
], | |
[ | |
-159.07922013160712, | |
50.91526836033261 | |
], | |
[ | |
-159.05357777746335, | |
50.917162445289364 | |
], | |
[ | |
-159.02897571505136, | |
50.92210715505509 | |
], | |
[ | |
-159.0063176104976, | |
50.92992192184033 | |
], | |
[ | |
-158.9864373506933, | |
50.94032059871533 | |
], | |
[ | |
-158.97006857249013, | |
50.952921703626764 | |
], | |
[ | |
-158.9578175678447, | |
50.96726218185049 | |
], | |
[ | |
-158.95014056758674, | |
50.98281422416573 | |
], | |
[ | |
-158.94732629099272, | |
50.99900455877557 | |
], | |
[ | |
-158.93266539250612, | |
55.00078599864743 | |
], | |
[ | |
-158.93582282114482, | |
55.017630741900625 | |
], | |
[ | |
-158.9447062636703, | |
55.03378959925118 | |
], | |
[ | |
-158.95897426576434, | |
55.04862889213769 | |
], | |
[ | |
-158.97807224874884, | |
55.06156606763688 | |
], | |
[ | |
-159.00125369806923, | |
55.07209286470083 | |
], | |
[ | |
-159.02760934477382, | |
55.0797955860802 | |
], | |
[ | |
-159.05610320151766, | |
55.08437162011595 | |
], | |
[ | |
179.97517379729206, | |
55.07868334815642 | |
], | |
[ | |
179.94826707269974, | |
55.07425504361794 | |
], | |
[ | |
179.92345565887456, | |
55.066838900579924 | |
], | |
[ | |
179.90173960700304, | |
55.056735708339524 | |
], | |
[ | |
179.8839913067161, | |
55.04435430607796 | |
], | |
[ | |
179.87092043060733, | |
55.03019467744068 | |
], | |
[ | |
179.8630459501695, | |
55.01482744313135 | |
], | |
[ | |
179.860676260833, | |
54.99887064304613 | |
], | |
[ | |
179.87649855501982, | |
51.00095419866919 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment