Trying to generate the quadint for tiles 2,0,2 and 1,0,1 I've found that the generated quadint is the same ``` >>> quadkey.xyz2quadint(2, 0, 2) 1152921504606846976 >>> quadkey.xyz2quadint(1, 0, 1) 1152921504606846976 ```
Trying to generate the quadint for tiles 2,0,2 and 1,0,1 I've found that the generated quadint is the same