Last active
May 6, 2021 07:01
-
-
Save trygveaa/8613e83e77bf69fefe4a81e5a43e40ca to your computer and use it in GitHub Desktop.
Turf simplify bug
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": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
10.79469708585313, | |
59.909609052263875 | |
], | |
[ | |
10.79480615822689, | |
59.909827790957536 | |
], | |
[ | |
10.795215175626339, | |
59.910224247796094 | |
], | |
[ | |
10.79469708585313, | |
59.909609052263875 | |
] | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment