TURF booleanwithin 未按预期工作
TURF booleanwithin is not working as expected
我目前正在尝试验证一个多边形是否完全位于另一个多边形内。但是对于更复杂的多边形有一个用例,它应该 return false 但 turf 将其理解为有效的。
这是沙盒。
https://codesandbox.io/embed/adoring-lamarr-6mi8wv?fontsize=14&hidenavigation=1&theme=dark
这是多边形。
https://gist.github.com/tomascenteno42/107c19531ebbcf8f8106c27282bf3891
谢谢 (:
我目前正在尝试验证一个多边形是否完全位于另一个多边形内。但是对于更复杂的多边形有一个用例,它应该 return false 但 turf 将其理解为有效的。
这是沙盒。
https://codesandbox.io/embed/adoring-lamarr-6mi8wv?fontsize=14&hidenavigation=1&theme=dark
这是多边形。 https://gist.github.com/tomascenteno42/107c19531ebbcf8f8106c27282bf3891
谢谢 (: