Is there a limit/restriction on the s2polygon size? #240
-
Hi @jmr, Can you please help me with another doubt around the s2 polygon. Having trouble understanding the problem reported here - golang/geo#78 Looks like the test is timing out against C++ version. Is this stem out from any known restriction or limitation here?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The first vertex of an Line 60 in ae470b7 Duplicate vertices are not allowed: Line 66 in ae470b7 You will see errors logged if you configured with |
Beta Was this translation helpful? Give feedback.
The first vertex of an
S2Loop
is already implicitly connected to the last:s2geometry/src/s2/s2loop.h
Line 60 in ae470b7
Duplicate vertices are not allowed:
s2geometry/src/s2/s2loop.h
Line 66 in ae470b7
You will see errors logged if you configured with
glog
. Debug mode should alsoCHECK
-fail that the loop isn't valid.